Ask Question

For C++

Which statement would be used to declare a 10-element integer array c?

A. array c = int[ 10 ];

B. c = int[ 10 ];

C. int array c[ 10 ];

D. int c[ 10 ];

+4
Answers (1)
  1. 2 October, 08:19
    0
    Your answer is a do yep
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “For C++ Which statement would be used to declare a 10-element integer array c? A. array c = int[ 10 ]; B. c = int[ 10 ]; C. int array c[ 10 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers