Which of the following correctly declares an array in C++? ; c) int array; d) int array;
Which of the following correctly declares an array in C++? ; c) int array; d) int array; Correct Answer 10
Because array variable and values need to be declared after the datatype only.