how you can run compile and run the c program please answer
Answers
Answered by
2
The Process to run the c program:-
- Type the program in C editor and save with . ...
- Press Alt + F9 to compile the program.
- If there are errors, correct the errors and recompile the program.
- If there are no errors, then press Ctrl + F9 to execute/run the program.
- Press Alt + F5 to open User Screen and check the result.
Similar questions