2 Compiling a C program

These days the Unix operating system and the tools supplied with it including the C compiler itself are written in C. Structure of C program:- C language is a procedural language and therefore consists of one or more functions. The general structure of C language is as given below:-Comments. Pre-processor directives. Global variables. Main ... ................
................