C Program Flow
Edit:
- The first step is creating and editing program.
- Write C program using Text Editor.
- Save program by using .C Extension.
- File saved with .C extension is called “Source Program”.
Compiling:
- C source code with .C extension is given as input to compiler and compiler convert into machine language.
- By using [Alt+F9] key program is compiled.
- Compiler checks for errors if the source code is error- free then code is converted into object file [.obj].

Checking Errors:
- Compilation compiler can check for error, if it finds any error then it will report it.
- The User has re-edit the program.
- After editing compiler check for errors.
- If the program is error free then the program is joined with libraries.
Linking Libraries:
- The program is linked with header files and other libraries.
- This process is executed by the linker.
Error Checking:
- If run semantic error happens it according to the user.
- Again programmer has got to review code and check for the solution.
Execution:
- If the executable code has no error then it is sent to console as output.
Quickly Find What You Are Looking For
OnlineTpoint is a website that is meant to offer basic knowledge, practice and learning materials. Though all the examples have been tested and verified, we cannot ensure the correctness or completeness of all the information on our website. All contents published on this website are subject to copyright and are owned by OnlineTpoint. By using this website, you agree that you have read and understood our Terms of Use, Cookie Policy and Privacy Policy.
point.com