| PREV |
Programs |
NEXT |
| |
(76 / 301) |
|
|
|
|
How do you find out if a machine is 32 bit or 64 bit?
|
One common answer is that all compilers keep the size of integer the same as the size of the register on a perticular architecture. Thus, to know whether the machine is 32 bit or 64 bit, just see the size of integer on it.
I am not sure how true this is!
**
|
| PREV |
COMMENTS INDEX PRINT |
NEXT |
Last updated:
November 3, 2005
www.cracktheinterview.com - Your destination for the most common IT interview questions, answers, frequently asked interview questions (FAQ), C Programs, C Datastructures for technical interviews conducted by the top IT companies around the world!
|
|
|