How To Execute C Programme? Coaching Institute Welcome to TCCI-Tririd Computer Coaching Institute. This tutorial is designed to introduce execution of C programme .
C Is a general-purpose, programming.
computer programming
language,
Open turbo c window, Go to new window, Write your programme into c editor. Then save your program. Compile the programme (press alt + F9). If there is any syntax error, window shows you error and warning. Go back to source editor, correct error. Again compile the programme (press alt + F9). If source code is syntactally correct, then error is 0. Run the programme (press control + F9). Window shows you desired Output.
supporting structureds