[EN] What is an unsigned int in C? 23 May 2006
Posted by alwi in : berbagi ilmu , trackbackThis question was posted in Yahoo! Anwers and my answer was chosen as the best answer.
Question
What is an unsigned int in C?
Answer
It’s unsigned integer, as mentioned above its mostly ranged from 0 to 65,535 depends on your machine/compiler.
Normally a signed integer can also be negative numbers, so an integer is ranged from -32,768 to +32,767
Read more about C data types here
http://www.phim.unibe.ch/comp_doc/c_manu…
Read Complete Posting On Yahoo! Answers…


Comments»
no comments yet - be the first?