What is the result of `sizeof(void *)`?
Question 1
Q1. What is the result of `sizeof(void *)`?
Answer: Size of a pointer
Explanation: Void pointer size is typically the size of a pointer on the system.