Dear readers,
In this lesson we tell you about the some necessary steps to prepare C program for execution..
SO FRIENDS LETS START LESSON
- Some steps which are taken to prepare a C program for execution are :-
- Creating & Editing C Program
- saving C program
- Compiling C program
- Linking C program
- Loading C program
- Executing C program
- Creating & Executing C program :-
- Saving C program :-
- Compiling C program :-
- Linking C program :-
After linking the object code to the libraries, an executable file with extension EXE is created.
- Loading C program :-
- Executing C program :-
