Basic Structure of C Programming - tccicomputercoaching.com

Page 1

Basic Structure of C Programming tccicomputercoaching.com Following structure helps programmer to develop code easily in C Programming.

1. documentation 2. directive preprocessor stdio.h (printf-scanf) #include<stdio.h> conio.h (clrscr - getch) 3.#define (optional) 4. global declaration(optional) 5. void main() { ----execution start int a,b; clrscr();

------------------>1. declaration part


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.