时间:2012-09-30 21:41:47
int y;
{ }
以上函数的定义是合法的。
int fun(int x,y)
{ … }
int fun(int x;int y)
{ … }
int fun(x,y)
{int x,y;
…
}
i
电脑版 | 手机版 | 返回顶部