A-A+

在下列的符号常量定义中 正确的定义格式为()A.#define M1B.const int

2022-08-14 19:36:41 问答库 阅读 204 次

问题详情

在下列的符号常量定义中,正确的定义格式为()
A.#define M1
B.const int M2 20
C.#define M3 10
D.const char mark

参考答案

参考答案C

考点:定义,常量