1.

int a = 100, b = 200;int *p = &a, *q = &bp = q;
29.Choose the right option

A. x is a pointer to a string, y is a string
B. y is a pointer to a string, x is a string
C. Both x and y are pointer to string types
D. None of the above
Answer» B. y is a pointer to a string, x is a string


Discussion

No Comment Found