The Open Source Swiss Army Knife

/programmingToolBox/comp_orgI/
/programmingToolBox/comp_orgI/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /programmingToolBox   /comp_orgI 
Permalink: wraparound_c_out.txt
Title: add
article options : please login   |  raw source view  

80000
800,000 = 800000
8,000,000 = 8000000
80,000,000 = 80000000
int_max (prints now 2+ billion)= 2147483647
char_max (prints now 127)= 127
char r = 'a' + 'z' ---> -37
char a ---> 97
char z ---> 122
char x = 'a' + 'z' ---> 219


Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top