Basic Structure of C Program
Once the coding is completed, the program is feed into the computer using a compiler to produce equivalent machine language code. In C compilation two parts are there namely 1) Compiler and 2) Linker. Compiler receives C source file as input and converts the file into object file. Then theContinue Reading
