πŸ“Š C++
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) p is a pointer to a string, q is a string

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
323
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Rohan Raj
Publisher
πŸ“ˆ
80%
Success Rate