单项选择题
A.inta[5][]; B.inta[][5]; C.inta[][3]={{1,3,5},{2}}; D.inta[](10)
A.它们均为真 B.其中一个为真 C.它们均为假 D.其中一个为假
A.cpp B.exe C.obj D.lik