下述食物中含钠量最高的是()。
A.黄豆
B.油菜
C.菠菜
D.松花蛋
E.白萝卜
参考答案:D
解析:松花蛋含钠量甚高,每100g松花蛋含钠740mg。
若有定义:float x=1.5;int a=1,b=3,c=2;,则正确的switch语句是
A) switch(x) case 1.0: printf("*\n"); case 2.0: printf("**\n"); B) switch (int)x); case1: printf("*\n");case 2: printf("**\n");C) switch(a+b) case 1: printf("*\n"); case 2+1: printf("**\n");D) switch(a+b)case 1: printf("*\n");case c: printf("**\n");
信号无效标为()。