A
Q. What is the range of a signed char variable in C?
- Correct Answer - Option(B)
- Views: 239
- Filed under category C Programming
A
In C, the range of a signed char variable depends on its storage size, which is 1 byte (8 bits).
Correct Answer:
(B) -128 to 127 ✅
You must be Logged in to update hint/solution
Discusssion
Login to discuss.