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/