| |
|
Datatype of pointer and how to handle it in 32,64 bit computer Question Posted on 20 Oct 2011 Home >> OOPS >> oops questions >> Datatype of pointer and how to handle it in 32,64 bit computer |
We can say that Pointer can be of any datatype and is not restricted to the size of that particular datatype. Pointer is a contains 4byte variable of address in a 32 bit computer are of 4 byte length. So what about 64 bit computers? Well in 64 bit computers the pointer size will vary, but if we rum a 32 bit pointer in 64 bit system then we will find half of the pointer's field is empty like 0x000000. | |
|
|
|
|