单选题
以下说明语句中,不存在语法错误的是___(23)___ 。
A、
int s=26,this=30;
B、
int _s1=25,-s2=100;
C、
int n;cin>>n;int arr[n];
D、
char str[]={"I am a student"};
【正确答案】
D
【答案解析】
提交答案
关闭