C Pointers Question:
What is (void*)0?
A. Representation of NULL pointer
B. Representation of void pointer
C. Error
D. None of above

Answers:
Answer #1Option A
(Representation of NULL pointer)
(Representation of NULL pointer)
Answer #2C. Error