Q. What does the following declaration indicate?
Code:
int x: 8;
β
Correct Answer: (B)
x is an 8-bit integer.
int x: 8;
You must be Logged in to update hint/solution