Q. Choose the right option :
Code:
string* a, b;
β
Correct Answer: (B)
a is a pointer to a string, b is a string.
string* a, b;
You must be Logged in to update hint/solution