How to execute a C program

LeelaChowdhary 2,408 views 17 slides Jan 21, 2015
Slide 1
Slide 1 of 17
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17

About This Presentation

This Presentation is used to brief about how to execute a c program with all screenshots.


Slide Content

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/