Question

Which statement is false?
a) A pointer can always be assigned to another pointer of the same type.
b) A cast operator must always be used to convert the pointer on the right of an assignment to the pointer type on the left of the assignment.
c) Variables of all pointer types can be assigned a pointer to void.
d) A pointer to void can be assigned a pointer of any type.

Answer

This answer is hidden. It contains 3 characters.