Page 1 of 1

Which of the following correctly declares an array?

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