• 2022-07-26
    以下不能定义为用户标识符的是______。
    A: Scanf
    B: x_y
    C: int
    D: x12
  • C

    内容

    • 0

      若x,y 均定义为 int 型,z 为 double 型 ,以下不合法的 scanf 函数调用语句是( ). A: scanf("%d%d,%lf",&x,&y,&z); B: scanf("%x,%d,%lf",&x,&y,&z); C: scanf("%d,%x,%lf",&x,&y,&z); D: scanf("%d,%d,%x",&x,&y,&z);

    • 1

      若有定义intx,y;doublez;,则以下不合法的scanf函数调用语句为________。 A: scanf("%d,%x,%le",&x,&y,&z); B: scanf("%2d%d%lf",&x,&y,&z); C: scanf("%x%o%lg",&x,&y,&z); D: scanf("%x%o%6.2lf",&x,&y,&z);

    • 2

      假设定义变量如下:int  x; float  y;以下输入语句中()是正确的。 A: scanf(“%f%f”,&y,&x); B: scanf(“%f%d”, y, x); C: scanf(“%f%d”,&y,&x); D: scanf(“%5.2f%2d”,&y,&x);

    • 3

      若运行时为变量x输入12 则以下程序的运行结果是 include stdio h int main int x y scanf d x y x 12 x 10 x 12 printf d n y return 0 A0B22C12D10

    • 4

      以下不能定义为用户标示符的是。 A: scanf B: Void C: _3com_ D: int