πŸ“Š C++
Q. Which of the following true about sequence container?
  • (A) Containers that implements sorted data structures for fast search in O(logn)
  • (B) Containers that implements data structures which can be accessed sequentially
  • (C) Containers that implements data structures which can be accessed non-sequentially
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) Containers that implements data structures which can be accessed sequentially

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
243
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
95%
Success Rate