Documentation Section
Link Section
Definition Section
Global Declaration Section
Main () Function Section
{
Declaration Part
Executable part
}
Subprogram Section
Function 1
Function 2
................. User Defined Function
...................
Function n
1. Documentation Section : The documentation section consists of a set of comments lines giving the name of the program the author and other details, which the programmer would like to use later.
2. Link Section : The link section provides instructions to the compiler to link functions from the system library such as using the #include directive.
3. Definition Section : The definition section defines all symbolic constants such using the #define directive.
4. Global Declaration Section : There are some variables that are used in more than one function. Such variables are called global variables and are declared in the global declaration section that is outside of all the functions. This section also declares all the user defined functions.
5.Main () Function Section : Every C program must have one main function section. This section contains two parts ; declaration part and executable part.
1. Declaration part : The declaration part declares all the variables used in the
executable part.
2. Executable part : There is at least one statement in the executable part. These two
parts must appear between the opening and closing braces. The program execution
begins at the opening braces and ends at the closing braces. The closing braces of
the main function is the logical end of the program.
All statements in the declaration and executable part end with a semicolon.
5. Subprogram Section : If the program is a multi function program then the sub program section contains all the user defined functions that are called in the main () function. User defined functions are generally placed immediately after the main () function, although they may appear in any order.
-----------------------------------------------------------------------------------------------------------------------------
ALL COMPUTER PDF NOTES AVAILABLE IN HINDI & ENGLISH MEDIUM
-----------------------------------------------------------------------------------------------------------------------------
COMPUTER NOTES FOR TEACHERS AVAILABLE IN HINDI & ENGLISH MEDIUM
Dear Teachers ऐसा कंप्यूटर नोट्स जिसे आप पढ़कर बच्चों को आसानी से पढ़ा सकते हैं। यह नोट्स केवल कंप्यूटर इंस्टिट्यूट एवं टीचर्स के लिए हैं। इस नोट्स में आप अपना Watermark, Header / Footer और या Logo भी लगा सकते हैं। यदि आपको नोट्स खरीदने से रिलेटेड कोई भी problem आती है तो आप हमें Call या WhatsApp कर सकते हैं। Call / WhatsApp: +91 9650597419
-----------------------------------------------------------------------------------------------------------------------------
COMPUTER PDF NOTES IN ENGLISH
-----------------------------------------------------------------------------------------------------------------------------
COMPUTER PDF NOTES IN HINDI
-----------------------------------------------------------------------------------------------------------------------------
BASIC COMPUTER PDF NOTES IN ENGLISH
-----------------------------------------------------------------------------------------------------------------------------
BASIC COMPUTER PDF NOTES IN HINDI
-----------------------------------------------------------------------------------------------------------------------------
MS WORD PDF NOTES IN ENGLISH
-----------------------------------------------------------------------------------------------------------------------------
MS WORD PRACTICE ASSIGNMENT FILE
-----------------------------------------------------------------------------------------------------------------------------
MS WORD PDF NOTES IN HINDI
-----------------------------------------------------------------------------------------------------------------------------
MS EXCEL PDF NOTES IN ENGLISH
-----------------------------------------------------------------------------------------------------------------------------
MS EXCEL PDF NOTES IN HINDI
-----------------------------------------------------------------------------------------------------------------------------
MS EXCEL PRACTICE ASSIGNMENT FILE
-----------------------------------------------------------------------------------------------------------------------------
INTERNET PDF NOTES IN HINDI
-----------------------------------------------------------------------------------------------------------------------------
COMPUTER / LAPTOP REPAIRING NOTES IN HINDI
-----------------------------------------------------------------------------------------------------------------------------
0 Comments