

Programing
C
C++
Pthon
All concept of C / C++ / Python
C Language
1 . Structure of a C program
After the above discussion, we can formally assess the structure of a C program. By structure, it is meant that any program can be written in this structure only. Writing a C program in any other structure will hence lead to a Compilation Error.
The structure of a C program is as follows:


Post Views: 12