2 Compiling a C program

Compilation refers to the process of converting a program from the textual source code, in a programming language such as C or C++, into machine code, the sequence of 1's and 0's used to control the central processing unit (CPU) of the computer. ... int. main (void) ... (const char * name); The definition of the function . ................
................