Compilation of c program

The computer doesn’t understand the code we write, it needs to be converted into machine language with the use of a compiler. The compilation is a method whereby the source code is converted into object code. There are 4 phases through which a compilation process is done- 1. Preprocessor – The source code with extension […]

Compilation of c program Read More »