Discussion :: Microprocessors
-
Consider the following rules about integer constant in C
- An integer constant must have at least one digit.
- An integer constant must not have a decimal point.
- An integer constant may be positive or negative.
- The default sign is positive.
- A maximum of one comma or blank is allowed.
Answer : Option B
Explanation :
No comma or blank is allowed in integer constant in C.
Be The First To Comment