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

以下哪项是C#中定义常量的正确语法?

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