AD4BP

Types of C Constants

C constants can be divided into two major categories:

(a)Primary Constants
(b)Secondary Constants

C Constants

[1]Primary Constants
-Integer Constant
-Real Constant
-Character Constant
[2]Secondary Constants
-Array
-Pointer
-Structure
-Union
-Enum,etc.