Tuesday 2 September 2014

Types of C Constants

C constants can be divided into two major categories:

1.Primary Constants
2.Secondary Constants

Primary Constants:

    1. Integer Constant
    2. Real Constant
    3. Character Constant

Secondary Constants:

    1. Array
    2. Pointer
    3. Structure
    4. Union
    5. Enum,Etc....

No comments:

Post a Comment