There are two simple ways in C to define constants.Using relevant examples identify the two ways
Answers
Answered by
0
Answer:
Primary constants − Integer, float, and character are called as Primary constants. Secondary constants − Array, structures, pointers, Enum, etc., called as secondary constants.
Similar questions