Computer Science, asked by kaminidavgotra, 5 months ago

give the basic structure of c program ? long answer​

Answers

Answered by Anonymous
7

Explanation:

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).

Answered by meghana2141
4

Answer:

Parts of C program-

int main() – This is the line from where the execution of the program starts. ... printf(“Hello World”) –The printf() command is included in the C stdio. h library, which helps to display the message on the output screen. getch() – This command helps to hold the screen.

HOPE THIS ANSWER HELPS YOU...

Similar questions