What is the purpose of declaring a variable as unsigned?
Answers were Sorted based on User's Feedback
Answer / ganesh
-32768 to +32768 is the range of signed integer
0 to 65536 is the range of unsigned integer
so unsigned integer is used so that u can store value upto
65536 [just an example]
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyagmk
The Unsigened types do not hold negative numbers; their
range is from 0 up to some maximum.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can we use cmutex?
What is the return value when the InsertItem function fails?
What is microsoft visual c++ 2013 redistributable package x64?
What is iunknown?
What are some differences between a form view and a dialog box?
2 Answers DS Group, Manipal Ecommerce,
Name the most commonly used wizards?
What is the difference between Boxing and Unboxing in C#
What is vcredist_x86 exe?
How many microsoft visual c++ do you need?
What is an overlapped image?
Explain the significance of initapplication() in vc++.
How do I create an mfc application in vc++?