A.原型语句 B.参数表 C.函数名 D.返回类型
A.尖括号 B.双引号 C.单引号 D.花括号
A.int * B.int ** C.int *[20] D.int(*)[20]
A.2 B.4 C.6 D.8
A.// B./* C.*/ D.**