Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8805073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:46:08+00:00 2026-06-14T01:46:08+00:00

What does the type unsigned in C++ refer to? Is it exactly the same

  • 0

What does the type unsigned in C++ refer to? Is it exactly the same as unsigned int?

[meeting quality standards]

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T01:46:09+00:00Added an answer on June 14, 2026 at 1:46 am

    Yes, it’s exactly the same. See Table 10 in 7.1.6.2 Simple type specifiers [dcl.type.simple] for a list of type specifiers and the corresponding specified types. unsigned specifies the type “unsigned int”, just as unsigned int specifies the type “unsigned int”.

    Specifier(s)            Type
    

    _type-name_             the type named
    _simple-template-id_    the type as defined in 14.2
    char                    “char”
    unsigned char           “unsigned char”
    signed char             “signed char”
    char16_t                “char16_t”
    char32_t                “char32_t”
    bool                    “bool”
    unsigned                “unsigned int”       <<<<<<<<<<<<<
    unsigned int            “unsigned int”
    signed                  “int”
    signed int              “int”
    int                     “int”
    unsigned short int      “unsigned short int”
    unsigned short          “unsigned short int”
    unsigned long int       “unsigned long int”
    unsigned long           “unsigned long int”
    unsigned long long int  “unsigned long long int”
    unsigned long long      “unsigned long long int”
    signed long int         “long int”
    signed long             “long int”
    signed long long int    “long long int”
    signed long long        “long long int”
    long long int           “long long int”
    long long               “long long int”
    long int                “long int”
    long                    “long int”
    signed short int        “short int”
    signed short            “short int”
    short int               “short int”
    short                   “short int”
    wchar_t                 “wchar_t”
    float                   “float”
    double                  “double”
    long double             “long double”
    void                    “void”
    auto                    placeholder for a type to be deduced
    decltype(_expression_)  the type as defined below
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is the enum type signed or unsigned? Does the signedness of enums differ between:
I have ID values of the type unsigned int . I need to map
unsigned u = 1; int i = -u; Does the 2nd assignment come under
struct DummyStruct{ unsigned long long std; int type; }; DummyStruct d; d.std = 100;
How does one specify the maximum value representable for an unsigned integer type? I
Does the unsigned keyword default to a specific data type in C++? I am
Given: typedef type-declaration synonym; I can see how: typedef long unsigned int size_t; declares
Possible Duplicate: What does a type followed by _t (underscore-t) represent? While typing in
Possible Duplicate: What does a type followed by _t (underscore-t) represent? Does anyone knows
Type.GetFields() does not return fields in a particular order, but I want to sort

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.