Computer Science, asked by paramvir7179, 4 months ago

What is the general composition of c program​

Answers

Answered by nr123456
1

Answer:

Every C-programs needs to have the main function. Each main function contains 2 parts. A declaration part and an Execution part. The declaration part is the part where all the variables are declared

Answered by av30111981
1

Answer:

C - Basic structure of a C program

Documentation Consists of comments, some description of the program, programmer name and any other useful points that can be referenced later.

main( ) { } Every C program must have a main() function which is the starting point of the program execution.

Subprograms User defined functions.

Explanation:

follow me and mark me brainliest

Similar questions