1.

Choose the right option string* x, y;

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 pointers 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