A.int a[]={1,2,3} B.int a[10]={0} C.int a[] D.int a[5]
单项选择题for循环语句能够被改写为()语句。
A.复合 B.if C.switch D.while
单项选择题在下列的符号常量定义中,正确的定义格式为()。
A.#define M1 B.const int M2 20 C.#define M3 10 D.const char mark