πŸ“Š C Programming
Q. What is the disadvantage of arrays in C?
  • (A) The amount of memory to be allocated should be known beforehand
  • (B) Elements of an array can be accessed in constant time.
  • (C) Elements are stored in contiguous memory blocks.
  • (D) Multiple other data structures can be implemented using arrays.
πŸ’¬ Discuss
βœ… Correct Answer: (A) The amount of memory to be allocated should be known beforehand

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
317
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Manisha Agrawal
Publisher
πŸ“ˆ
88%
Success Rate