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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
209
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
86%
Success Rate