Computer Science, asked by programmer1, 1 year ago

Structure of a C program???

Answers

Answered by pankaj12je
5
Structure of  C program:


/* comment line declaration */
header files declaration

global variables declaration

void main()
{ local varibles declaration
input output statements

}

shreya1231: cool ans
pankaj12je: ty :)
shreya1231: mention not buddy!
Answered by Anonymous
2

Answer-

Structure of C program -

  • Header files
  • main()
  • {
  • variable;
  • statement;
  • getch();
  • }

Hope it will help you ❤️

Similar questions