|
-
November 24th, 2004, 01:40 PM
#1
difference between int and long ?
Hy there,
can someone help me with this?
what are the possible value ranges of the following types:
int
short int
long int
?
when i read this:
http://msdn.microsoft.com/library/de...ype_ranges.asp
correctly,
int and long are the same (both are 32 bit and can hold values from –2,147,483,648 to 2,147,483,647)
so what is the difference between int and long then?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|