What are the basic steps in the execution of a C program?
Answers
Answered by
3
you write header file which is stdio.h and conio.h
Answered by
15
first of all you should add the proper header files the basic ones are stdio.h and conio.h
secondly you should put the end characters carefully eg. printf("Hello");
the character ; is very important
thirdly and the main thing for starting the C program is void main() or main()
and never forget to save the file before running and compiling it because I Once wrote a program in C but it got glitched and my code got deleted
I hope this answer was helpful
Similar questions