- Preprocessor directives
- Main function
- Curly braces
- body Statement
Basic structure of c language program:-
#include<stdio.h>
int main()
{
body statement;
}
A blog about programming languages and this Blog specially Create for learning languages like C language,C++ Language, Data Structure and Algorithm.
Post a Comment