Exforsys
+ Reply to Thread
Results 1 to 3 of 3

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.


  3. #3
    Sandhya.Kishannag is offline Member Array
    Join Date
    Feb 2012
    Answers
    66
    Unsigned int is a built in data type in c and ranges from0 to 65535.It is similar ti int as int cannot be negative even unsigned int cannot be negative.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...