Q: Choose the right option
string* x, y;
Options:
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 mentioned
Answer: a
string* x, y;
Options:
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 mentioned
Answer: a
No comments:
Post a Comment