A

Admin • 833K Points
Coach

Q. Which of the following is true about C++ arrays?

  • (A) Arrays in C++ can store elements of different data types.
  • (B) The size of an array is fixed and cannot be changed after declaration.
  • (C) Arrays in C++ start at index 1.
  • (D) C++ arrays do not have a fixed size.
  • Correct Answer - Option(B)
  • Views: 15
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

In C++, once an array is declared, its size cannot be changed.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.