Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122

    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.


  2. #2
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...