如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
(*p).data.a
(*p).a
p->data.a
p.data.a
10<回车>22<回车>33<回车>
10.0,22.0,33.0<回车>
10.0<回车>22.0 33.0<回车>
10 22<回车>33<回车>
-3
9
-12
6
/
%=
!=
〈=
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
1
3
5
7
34
4
35
宏替换只是字符替换
宏名无类型
宏替换不占用运行时间
宏替换不占用编译时间
20
24
25
30
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)
提交答案
推荐工具