+ 1
Why size of any pointer variable depends on Computer Architecture ? And If not then on what it depends ?
1 Odpowiedź
+ 2
Because that's what the hardware is built for. The registers for example, on 64 bit they are each 64 bits long. Similarity, for 32 bit, they are 32 bits long.