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