Main menu

Pages

The C programming language is more powerful than what you think.

    In the name of ALLAH;

    Introduction:     

c programming text

    
As a programmer, or whatever in which IT field you are into or you want to learn. The C language programming remains one of the most important topics you need to cover. French people say: "C est le pere de la programmation". Which means that C is the father of all coding. They are right, C programming is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language in 2022. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers.

    Facts you need to know about C:

  • C was officially invented to write an operating system called UNIX.
  • The UNIX OS  was totally written in C.
  • C is a successor of B language which was introduced around the early 1970s.
  • the language was formalized in 1988.
  • Most of the state-of-the-art software have been implemented using C.
  • In 2022, C was the most widely used and popular System Programming Language.

    You need to learn C:

    To become an great Software Engineer, it's really important to learn how to code in C, and why exactly C? So take  a look at those resounds so you can get your idea:

  • C is easy to learn compared to java or assembly.
  • It is a Structured language.
  • It produces efficient programs.
  • It can handle low-level-activities.
  • It can be compiled on a variety of computer platforms.

    First code in C:

     To become a programmer, this will be your first program:



    And now, you can try it yourself, by repeating what was written in the code below:




Try your first program inside KweeKnowledge article

// First Step to become a Programmer

hello
You are now in the first article

Comments

table of contents title