C - Data Types - Discussion

You Are Here :: Home > C > Data Types - Discussion

 



Q.

A variable of type unsigned int can have a value in the range ?                          


A. -32768 to +32767 B. 0 to 32767
C. 0 to 65535 D. -32767 to +32767

Answer: Option C
Explaination:

 


unsigned int range is between 0 to 65535.








Discussion

Your Comments Goes here...
NameDiscussion