2007年3月20日星期二

这个函数返回值是什么?

char fun(){ unsigned int a=6; int b=-20; char c; int d=a+b; (b+a>6)?(c=1):(c=0); return c;}

0 评论: