Saving, Compiling and Running 'C' Program - STUDY NOTES

Post Top Ad

Saving, Compiling and Running 'C' Program




Saving : -
After writing all statements of the program in C editor must required to save it within a file having extension .c. such type of file after saving is called source file.

Compiling: -
After writing the program code and saving it must be required to be compiled.

When the compilation is successful then the compiler creates two types of files implicitly regarding each source files whose primary name is same as the source file and extension are as follows: -

1 .obj: -   It is called as object file and it holds the source code and library code together into a single file in the form of object code.

2 .exe: -   It is called as executable file. It represents that now our program is ready for execution. It is created with respect to the object file.




Running: -
         After completely successfully compilation i.e.; after creating .exe file. We can execute or run the program.





For detailed information download the PDF

downloading server are below

Server 1 [media fire]

No comments:

Post a Comment

Post Bottom Ad