Computer Science, asked by agarwalajanhavi2369, 11 months ago

C program structure definition

Answers

Answered by garywalter1221
1

General Structure of C Language

1.Document section // This section is related to user comment section

2. Pre-processor section

3.Global Section

4.main() section

5.User defined section

Hope this will help u


Answered by Anonymous
0

#include<studio.h> //preprocessor directive

void main( )

{

printf("hello world!!");

}

Similar questions