若有程序 main() { int i j; scanf('i=%d j=%d';&i &j); p
若有程序 main() { int i,j; scanf("i=%d,j=%d";&i,&j); printf("i=%d,j=%d/n",i,j); } 要求给i赋10,给j赋20,则应该从键盘输入______。
请帮忙给出正确答案和分析,谢谢!
参考解答
正确答案:i=10j=20
i=10,j=20
相似问题
Since she________studied hard she succeeded in he
Since she________studied hard, she succeeded in her exam A wouldB hadC has
She'll cook if she________time.A. hasB. doesC. can
She "ll cook if she________time A hasB doesC can
以下程序通过函数指针p调用函数fun 请在填空栏内 写出定义变量p的语句。 void fun (in
以下程序通过函数指针p调用函数fun,请在填空栏内,写出定义变量p的语句。 void fun (int*x,int*y) {……} main() { int a=10,b=20; ______;
以下程序运行后 输出结果是______。 define PT 5.5 define S(x) PT*
以下程序运行后,输出结果是______。 define PT 5 5 define S(x) PT*x*x main() { int a=1,b=2;printf( "%4 1 f n ",S(a+b)); }A.49 5B.9 5C.22D.45请帮忙给出正确答案和分析,谢谢!
请编写函数fun 函数的功能是:根据以下公式求出P的值 结果由函数值带回。m n是两个正整数 且m
请编写函数fun,函数的功能是:根据以下公式求出P的值,结果由函数值带回。m、 n是两个正整数,且m>n。。 注意:部分源程序在文件PROG1 C中。请勿改动
