1.

*sptr = &c;

A. **sptr = &c;
B. *ptr1 = &c;
C. none of the mentioned
Answer» B. *ptr1 = &c;


Discussion

No Comment Found