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 are the advantages of a message map
What is odbc in vc ++?
What is microsoft visual c++ redistributable and do I need it?
What is visual c++ used for?
What is ole? How do you handle drag and drop in ole?
What is vcredist_x86 exe?
What is microsoft visual c++ 2013 redistributable?
What is visual c++ runtime error?
What is vcredist?
What is the Use of the Developer Studio Editor?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
How you build a project using Developer Studio?
What is mfc in vc++?
How do I fix microsoft visual c++ 2015 setup failed?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?