第31595题 单选题
以下C++变量的定义和使用方式中,符合规范的是?

考查C++变量的命名规则、初始化及使用的基本规范要求

A

int 123num = 10;

B

float float = 3.14f;

C

int student_age = 18;

D

double price; cout << price;

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析