Page 1 of 1

Which of the following correctly declares an array in C++?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) array{10};
b) array array[10];
c) int array;
d) int array[10];