Understanding the basic C Structure | 1st C Program | Getting Started with C
Getting started with C - 02
If you haven't watched the video just watch it now by given link it will give you a great idea of the structure of the C Language.
Source code: Click Here
Structure of C Program
C program is consist of 3 parts:
- Header File
- Main Function {Variable declaration (Optional) + Body}
- Return Statement