Junior — Middle
What is the memory size occupied by a pointer in a 64-bit architecture?
sobes.tech AI
Answer from AI
In a 64-bit architecture, a pointer occupies 8 bytes (64 bits). This is because a pointer stores a memory address, and in a 64-bit system, the address is represented by a 64-bit number.