Question

A pointer can not be assigned to:
a. Another pointer of the same type without using the cast operator.
b. A pointer to void without using the cast operator.
c. A pointer of a type other than its own type and void without using the cast operator.
d. Any other pointer by using the cast operator.

Answer

This answer is hidden. It contains 71 characters.