Solved

A Pointer Can Not Be Assigned To

Question 2

Multiple Choice

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.

Correct Answer:

verifed

Verified

Related Questions