1.

Choose most appropriate option considering that gp and ip are declared as void * and int * respectively in C++:

A. gp - ip is a valid C++ statement
B. *ip - *gp is a valid C++ statement
C. Both A) and B) are valid statements
D. Neither A) nor B) are valid statements
Answer» E.


Discussion

No Comment Found