
- Forum
- Programming Talk
- C and C++
- Usage of the type
Usage of the type
This is a discussion on Usage of the type within the C and C++ forums, part of the Programming Talk category; I want to know details on unsigned int in C programming language. I want to know how to print unsigned ...
-
Usage of the type
I want to know details on unsigned int in C programming language. I want to know how to print unsigned int and whether the unsigned int is same as int.
-
There are built-in types for integers of various sizes both signed and unsigned and the range for an unsigned int is 0 to at least 65535 and also unsigned int cannot be negative.

Reply With Quote





