A)1-'0' B)1-'\0' C)'1'-0 D)'\0'-'0'
(25)有以下程序:
fun(int x,int y){return(x+y);}
main()
{int a=1,b=2,c=3,sum;
sum=fun(