What is the result of `sizeof(void*)` on a 64-bit system?
Question 1
Q1. What is the result of `sizeof(void*)` on a 64-bit system?
Answer: 8
Explanation: On a 64-bit system, the size of a pointer is typically 8 bytes.