C program

Status
Not open for further replies.

vasu

Solid State Member
Messages
19
I'm new to C-programming. i could find out the errors and correct them through compile option but i don't know how to execute and get the result of the program. please help me out!
 
vasu,

what compiler are you using? If it is an Turbo c++ or Turbo C compiler [ Bluey IDE screen], then to execute the program is ' Control Key[ctrl]+F9' and to view the results 'alt+F5'.
 
you can also use getch(), to see the output of your program,just add to the end of your program.To use it you must include conio.h with #include<conio.h>
 
Status
Not open for further replies.
Back
Top Bottom