Вы находитесь на странице: 1из 7

Basic Structure of C Programming

tccicomputercoaching.com
tccicomputercoaching.com
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)
tccicomputercoaching.com
3.#define (optional)

4. global declaration(optional)

5. void main()
{ ----execution start
int a,b; ------------------>1. declaration part
clrscr();
------------------>2. executable part
getch();
}----execution complete
tccicomputercoaching.com
6. userdefined fn()

process......

............

}
tccicomputercoaching.com
Hope this will help every learner.

For more information about C programming at TCCI

Call us @ 9825618292

Visit us @ www.tccicomputercoatching.com
tccicomputercoaching.com

Thank You For Watching


Like & Subscribe

Вам также может понравиться