单选题
执行int x=2;x*=x+5;后x的值为( ) A.14 B.7 C.5 D.9
求四位正整数中各位数字的和。
#include
Main()
{ int x,sum;
Int x1,x2,x3,x4;
Scanf(“%d”,&x);
X1=x%10;
X= x%10; x2= x%10;
X= x%10; x3= x%10;
X= x%10; x4= x%10;
Sum= ;
Printf(“sum=%d
”,sum);
}
执行下面程序之后,所得结果为( )
分析下面程序的运行结果
#include
Int main()
{ int i=1,sum=0;
While(i<=5)
{sum=sum+I;
I++;
}
Printf(“%d”,sum);
}
结果:-------
分析下面程序的运行结果。
#include ( )
#define M(x) x*x
Main()
{
A=M(b+1);
Printf(“a=%d
”,a);
结果:( )
给出下面程序的运行结果。
Main()
{ unsigned a=0361,x,y;
Int n=5;
X=a<<(16-n);
Printf(“x=%0
”,x);
Y=a>>n;
Printf(“y1=%0
”,y);
Y|=x;
Printf(“y2=%0
”,y);
}
结果:( )
给出下面程序的运行结果。
Main()
{ struct example
{struct { int x;
Int y