Users Also Read
MCQ's Search Engine
Electrical Engineering
Mechanical Engineering
Civil Engineering
Automobile Engineering
Chemical Engineering
Computer Engineering
Electronics Engineering
Medical Science Engg
- 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.
Consider the following rules about integer constant in C
| |
A. | All [Wrong Answer] |
B. | 1, 2, 3, 4 only [Correct Answer] |
C. | 1, 2, 3, 5 [Wrong Answer] |
D. | 2, 3, 4, 5 only [Wrong Answer] |