首页题库练习题目详情
面向对象程序设计单选题中等

在C++中,定义一个常量的正确方式是?

Aconst int x = 5;
Bint x = 5;
Cfinal int x = 5;
Dstatic int x = 5;