Computer Science, asked by anathapa8982, 1 year ago

Give the general structure of C program?

Answers

Answered by aqibkincsem
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 parasaganiseetharamu
0

Answer:

Give the general structure of C program?

Similar questions