KEMBAR78
How to execute a C program | PPT
http://computerprogramminginclanguage.blogspot.in/
 A compiler is a program / tool that converts
source code (Program) into Object Code
(Binary Code)
 A Linker is a program in which links the
program to the corresponding libraries
needed for executing a program.
Step 1: Open Notepad/ C IDE
Step 2: Edit a Program in Notepad / new
program in C IDE
*Alt+F  New
Step 3: Save the Program with prgname.c
*F2
Step 4: Edit the Program
Step 5: Compile the program using C Compiler
*Alt+F9
Step 6: Execute the Program
*Ctrl+F9
Step 7: If any Errors Edit the Source code and
repeat the steps 2,3,4
Step8: Program Executed successfully see the
result on the screen
*Alt+F5
Step 1: Open Notepad/ C IDE
Step 2: Edit a Program in Notepad / new
program in C IDE
*Alt+F  New
 For More information visit us at
http://computerprogramminginclanguage.bl
ogspot.in/

How to execute a C program

  • 1.
  • 3.
     A compileris a program / tool that converts source code (Program) into Object Code (Binary Code)
  • 4.
     A Linkeris a program in which links the program to the corresponding libraries needed for executing a program.
  • 5.
    Step 1: OpenNotepad/ C IDE Step 2: Edit a Program in Notepad / new program in C IDE *Alt+F  New Step 3: Save the Program with prgname.c *F2 Step 4: Edit the Program
  • 6.
    Step 5: Compilethe program using C Compiler *Alt+F9 Step 6: Execute the Program *Ctrl+F9 Step 7: If any Errors Edit the Source code and repeat the steps 2,3,4 Step8: Program Executed successfully see the result on the screen *Alt+F5
  • 7.
    Step 1: OpenNotepad/ C IDE Step 2: Edit a Program in Notepad / new program in C IDE *Alt+F  New
  • 17.
     For Moreinformation visit us at http://computerprogramminginclanguage.bl ogspot.in/