Choose the right option. string* x, y; Take C++ Programming Mock Tests - Chapterwise!Start the Test Now: Chapter 1, 2,
Posted: Wed Jul 13, 2022 7:51 pm
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 pointers to string types
d) y is a pointer to a string
b) y is a pointer to a string, x is a string
c) both x and y are pointers to string types
d) y is a pointer to a string