default data type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sridhard2406
    New Member
    • Dec 2007
    • 52

    default data type

    hi all,

    here is the simple initilisation,
    int i =9;
    i didnt metioned any signed/unsigned.
    what is the default(signed/unsigned )?
    Last edited by sridhard2406; Dec 6 '07, 11:20 AM. Reason: previous commets is not proper
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    Originally posted by sridhard2406
    hi all,

    here is the simple initilisation,
    int i =9;
    i didnt metioned any signed/unsigned.
    what is the default(signed/unsigned )?
    It is signed by default.

    Comment

    Working...