C program structure definition
Answers
Answered by
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
0
#include<studio.h> //preprocessor directive
void main( )
{
printf("hello world!!");
}
Similar questions
Math,
7 months ago
Biology,
7 months ago
Math,
7 months ago
Political Science,
1 year ago
History,
1 year ago