C

C is a general-purpose, procedural, high-level programming language used in the development of computer software and applications, system programming, games, and more.

C Syntax

We created a C file called helloworld.c, and we used the following code to print "Hello World" to the screen:

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

C Data types