时间:2012-09-30 21:41:47
{return a/b;} {return a/b;}
2.23.为了明确函数无返回值,可将函数指定为空类型(void)。
例如:void fun( int a)
{
printf(“%d
电脑版 | 手机版 | 返回顶部