题目内容

有以下程序:
include <stdio.h>
int a=1,b=2:
void funl(int a,int b)
{printf("%d%d",a,b); }
void fun2()
{ a=3;b=4; }
main()
{ funl(5,6);fun2();
printf("%d%d\n",a,b);
}
程序运行后的输出结果是()。

A. 1 2 5 6
B. 5 6 3 4
C. 5 6 1 2
D. 3 4 5 6

查看答案
更多问题

简述肉嫩度及影响肉嫩度的因素?

何谓肉的保水性?影响因素主要有哪些?

简述肌肉的构造?

肉中的水分是如何分类的?

答案查题题库