int x =012; printf("x=%d,x=%o,x=%x \n",x,x,x);
A、
x=12,x=11, x=10
B、
x=10,x=12,x=c
C、
x=10,x=012,x=0xa
D、
x=10,x=12,x=a
- 首页
- 国家电网
-
1.int x =012; printf("x=%d,x=%o,x=%x \n",x,x,x);
-
2.Int x=7281;Printf("1)x=%3d,x=%6d,x=%o,x=%6x,x=%6u\n",x,x,x,x,x);N",x,x,x,x,x);Printf("3)x=%+3d,x=%+6d
-
3.有以下程序段int m=3, n=4, x;x=-m++;x=x+8/++n;printf("x=%d\n",x);
-
4.int main(){ float x; int i; x=3.6; i=(int)x; printf("x=%f,i=%d",x,i); return 0;}
-
5.【答案】年 includefloat f (float x,int n)if(n==0)return 1;return (x*f (x, n-1));void main(float×;
-
6.【41】x→0时(1) o(x) o(x ") o(xp) (p n m n)2o(x)o(x")=o(
-
7.int x=2,y=2;printf("%d", (x=0)&&(y=3));printf("x=%d y=%d ", x,y);输出结果是( )。
-
8.x x x x x x x x x x xxx x x x x x x x x x x x xxx x x()
-
9.设M={x|-1≤x≤1},N={x|x≥0},则M∩N=[ ]A、{x|0≤x≤1}B、{x|-1≤x≤0}C、{x|x≥0}D、{x|x≥1}
-
10.{x|x < 或 x >- } B . {x|x < 或 x >- } C . {x| < x <- } D . {x| - < x < }