open a editor write/type the program save the program with “.c” extension compile the program...

13
www.btechsmartclass.blogspot.com Step By Step

Upload: barrie-harrell

Post on 03-Jan-2016

217 views

Category:

Documents


3 download

TRANSCRIPT

Page 2: Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the

Main 3 Steps

123

Create Program

Compile Program

Execute Program

Page 3: Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the

www.btechsmartclass.blogspot.com

Steps to Execute a Program Open a editor

Write/Type the program

Save the program with “.c” extension

Compile the program (alt + F9)

Run/Execute the program (ctrl + F9)

Check the Result in User Screen

Page 11: Open a editor Write/Type the program Save the program with “.c” extension Compile the program (alt + F9) Run/Execute the program (ctrl + F9) Check the

123

Turbo C

Eclipse IDE C/C++

NetBeans IDE

4 Dev C++

CodeLite5