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