C language is a general-purpose, procedural computer programming language. In 1972, Dennis Ritchie designed and developed the C language at Bell Telephone Laboratories in order to port and develop the UNIX operating system.

The C language is a widely used computer language that is as popular as the Java programming language, and both are widely used among modern software programmers.

C basic syntax syntax

C programs are composed of various tokens, which can be keywords, identifiers, constants, string values, or a symbol.

C basic syntax example

printf("Hello, World! \n");