Saturday, 13 December 2014

Programming Quiz-30

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

No comments:

Post a Comment