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}

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

Step by Step Answer:

Question Posted: