Building blocks of C program
Building block of C program is nothing but the function.
C language contains one main function which includes so many things.
Some of them are listed below:
C has five classes of tokens:
1. operators,
2. separators,
3. identifiers,
4. reserved words, and
5. constants.
We will see each part in detail
C language contains one main function which includes so many things.
Some of them are listed below:
C has five classes of tokens:
1. operators,
2. separators,
3. identifiers,
4. reserved words, and
5. constants.
We will see each part in detail
Comments
Post a Comment