Q. Which of the following is true about C++ arrays?
β
Correct Answer: (B)
The size of an array is fixed and cannot be changed after declaration.
Explanation: In C++, once an array is declared, its size cannot be changed.