题目详情
单选题 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
学科:C++语言程序设计
时间:2023-12-03 05:55:22
相关题目
相关作业