DO NOT MISS

Ads

Sunday 26 June 2016

Simple Structure of C-Programming


/* documentation section*/
#include<header file>
main()
{
            Variable declaration part
            Executable statement part
}


Note:-

1. Blank spaces may be inserted between two words.
2. No blank spaces are allowed with in a word.
3. Usually all ‘c’ statements are entered in small case letters.
4. ‘C’ has no specific rules about the position at which different parts of a program.
5. Every program must have a special function named main ( ).
6. Every statement is terminated by semicolon.

__________________________________________________________________________________
__________________________________________________________________________________

Greataims

 
Copyright © 2016 Computersadda. Designed by @ Computersadda Team - Published By Greataims