题目内容

If there is a definition: int a, b;, through the statement scanf ("%d;% d", &a, &b);, the input data that can assign integer 3 to variable a and 5 to variable b is ( ).

A. 3 5
B. 3, 5
C. 3;5
D. 35

查看答案
更多问题

If statement contains one or more if statements called if statement nesting.

If variables x, y are defined as int type and x has a value of 99 and y has a value of 9, please complete the following output statement so that the calculation result of its output is: x/y=11 printf("______ ",x/y);

int a=2,b=4,x=1,y=2; After executing the expression (x=a>b) || (y=b>a),the value of y is______

int a=2,b=4,x=1,y=2; After executing the expression(x=a>b) && (y=b>a),the value of x is ______

答案查题题库