题目内容

有以下程序:
include<stdio.h>
include<string.h>
main()
{char str[][20][{"One*World","One*Dream!"},*p=str[1];
prinft("%d,",strlen(p));printf("%s\n",p);
}
程序运行后的输出结果是()。

A. 9,0ne*World
B. 9,0ne*Dream!
C. 10,One*Dream!
D. 10,Ome*World

查看答案
更多问题

畜禽宰前选择有哪些原则?有何具体要求?

某啤酒厂为增值税一般纳税人,2012年8月销售啤酒取得销售额800万元,已开具增值税专用发票,收取包装物押金234万元;本月逾期未退还包装物押金58.50万元,增值税适用税率为17%。根据增值税法律制度的规定,该啤酒厂当期增值税销项税额为()万元。

A. 116.24
B. 136.00
C. 144.50
D. 145.95

有以下程序:
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

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

答案查题题库