Which of the following statements declares a five-element array named population? a. int population[4] = {0}; b.

Question:

Which of the following statements declares a five-element array named population?

a. int population[4] = {0};

b. int population[5] = {0};

c. int population[4] = 0

d. int population[5] = {0}

Use the sales array to answer Review Questions 3 through 7. The array was declared using the int sales[5] = {10000, 12000, 900, 500, 20000}; statement.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: