What is the purpose of declaring a variable as unsigned?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of microsoft visual c++ 2015 redistributable?
How do I fix microsoft visual c++ 2015 setup failed?
What is difference between c++ and vc++?
What is the Use of the Developer Studio Editor?
How do I remove microsoft visual c++ 2015 redistributable?
What is microsoft visual c++ used for?
What is ole? How do you handle drag and drop in ole?
What is iunknown? Explain some of commonly used methods provided by iunknown.
Explain pointer to the constant and constant pointer?
What is the difference between turbo c++ and visual c++?
Can I remove microsoft visual c++?
Is visual c++ the same as c++?
What is microsoft visual c++ 2015 redistributable?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
Does visual c++ 2017 replace 2015?