World Languages, asked by laddipandher01, 4 months ago

give the gernal structure of program ?

Answers

Answered by thanushreeprathap1
0

Answer:

Parts of C program-

int main() – This is the line from where the execution of the program starts. The main() function starts the execution of any C program. { (Opening bracket) – This indicates the beginning of any function in the program (Here it indicates the beginning of the main function).

pls mark as Brainliest

Answered by Anonymous
2

Explanation:

Following is the basic structure of a C program. Consists of comments, some description of the program, programmer name and any other useful points that can be referenced later. Provides instruction to the compiler to link function from the library function. Consists of symbolic constants.

Similar questions