
To write and compile our C program, we have been provided with many IDEs.Īn IDE consists of a Text Editor as well as the Compiler.

We compile a code with the help of a compiler.

This conversion is known as compiling a program. When we write our program in C language, it needs to be converted to machine language (which is binary language consisting of 0s and 1s) so that computer can understand and execute it. But what after that?Īfter writing any program, we need to compile and run it to see the output of the program. In this whole C tutorial, we will be learning about writing C programs.

The reason C is so popular is because it is reliable, simple and easy to use. C is one of the most widely used computer programming languages.
