如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
36
24
18
20
?a
a=2
a.3
a_3
宏替换只是字符替换
宏名无类型
宏替换不占用运行时间
宏替换不占用编译时间
25
30
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
enum a={one,two,three};
enum a{one=9,two=-1,three};
enum a={″one″,″two″,″three″};
enum a{″one″,″two″,″three″};
不定值
4
3
1
void play(var :Integer,var b:Integer)
void play(int a,b)
void play(int a,int b)
Sub play(a as integer,b as integer)
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
11,10
11,11
10,10
10,11
提交答案
推荐工具