Card image cap
What is integer constant?
59
4

Integer constants are numeric values without fraction or decimal point. Integer constants represent values that are counted. both positive and negative integer constants are used in C programs. The minus sign - is used for negative integer constants. If no sign is used, the value is positive by default.

How do you vote?

Card image cap