adspace
Answer Posted / Naveen Kumar
"No, C++ does not allow declaring arrays without a specified size at compile time. However, C++ supports dynamic arrays that can be resized during runtime using vectors and other dynamic memory allocation methods."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers