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:
  1. Header File
  2. Main Function {Variable declaration (Optional) + Body}
  3. Return Statement

code beautified with ray.so

Popular posts from this blog

Stop writing this code again & again | Make boilerplate in VS Code for C

How to install C Compiler and make VS Code ready for Getting Started with C

Data Structure: Basic Introduction