若有定义语句:
double x,y,*px,*py;
执行
px=&x;py=&y;
正确的输入语句是______。
A:scanf("%lf%lf",px,py); B:scanf("%f%f"&x,&y); C:scanf("%f%f",x,y); D:scanf("%lf%lf",x,y);
若有定义语句“double x,t,*px,*py;”执行了“px=&x;py=&y;”后,正确的输入语句是( )。
A:scanf("%f%f",x,y); B:scanf("%f%f"&x,&y); C:scan("%1f%1e",px,py); D:scanf("%1f%1f"x,y);
若有定义语句:double x,y,*px,*py;,执行了px=&x;py=&y;之后,正确的输入语句是( )。
A:scanf("%f%1",x,y); B:scanf("%f%f",&x,&y); C:scanf("%1f%1e",px,py); D:scanf("%1f%1f",x,y);
设int x:,则经过______ 后,语句*px=0;可将x值置为0。
A:int*px; B:int const *px=&x; C:int* const px=&x: D:const int *px=&x;
若有定义语句:double x,y, *px, *py;,执行了px=&x, py=&y;之后,正确的输入语句是
A:scanf("%f%f", x, y); B:scanf("%f%f, &x, &y); C:scanf("%lf%le", px, py); D:scanf("%lf%lf", x, y);
若有定义语句“double x,y,*px,*py;执行了px=&x;py=&y;”后,正确的输入语句是( )。
A:scanf("%f%f",x,y); B:scanf("%f%f"&x,&y); C:scanf("%1f%1e",px,py); D:scanf("%1f%1f"x,y);
若有定义语句:double x,y, *px, *py;,执行了px=&x, py=&y;之后,正确的输入语句是
A:scanf("%f%f", x, y); B:scanf("%f%f, &x, &y); C:scanf("%lf%le", px, py); D:scanf("%lf%lf", x, y);
设int x:,则经过______ 后,语句*px=0;可将x值置为0。
A:int*px; B:int const *px=&x; C:int* const px=&x: D:const int *px=&x;