Give the general structure of C program?
Answers
Answered by
6
The C programming must consists of comments, some description, programmer name and other useful points.
The structure of C program must provide instruction to the complier to link function from the library function and invoke.
Every C program must have a main () function and starting point of the program execution.
Answered by
0
Answer:
Give the general structure of C program?
Similar questions