单项选择题

下列定义常变量x的语句中,正确的是()。

A.const int x;
B.const x 10;
C.const int x =10;
D.#define x 10