Q. Choose the right option Code: string* p, q; (A) q is a pointer to a string, p is a string (B) both p and q are pointers to string types (C) p is a pointer to a string, q is a string (D) All of above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) p is a pointer to a string, q is a string