2.2 EXECUTION OF A C PROGRAM
2.2 EXECUTION OF A C PROGRAM
C is a high level programming language. It is having a rich set of library. A library is a collection of specific programs/functions used in different programs. When we write our programs in C , there are libraries of functions to help us so that we do not have to write the same code over and over. Using the library functions will also make it easier to write and learn to program. You can take a function as a module often consisting of a set of statements to perform specific task. Process of execution of a C program is given in Figure 1.

Comments
Post a Comment