
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang
【判断题】
市场竞争的两种形式是价格竞争和非价格竞争。
【单选题】
企业通过有效途径降低成本,使企业的全部成本低于竞争对手的成本的战略是( )
【判断题】
随着竞争的发展,企业之间的竞争形式越来越多地转向价格竞争。
【单选题】
企业通过有效途径降低成本,使企业的全部成本低于竞争对手的成本,甚至在同行业中是最低的成本,从而获取竞争优势的战略是:
【单选题】
( )也称为低成本竞争战略,是指企业通过有效途径降低成本,使企业的成本低于竞争对手,甚至是在全行业中处于最低水平,从而获取竞争优势的一种战略。
【单选题】
已定义doublek=3.6;则正确的赋值表达式是()。
【单选题】
<imgwidth="554"height="34"v:shapes="图片_x0020_18"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image018.png">
①
<imgwidth="84"height="30"v:shapes="图片_x0020_19"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image019.png">
②
<imgwidth="74"height="25"v:shapes="图片_x0020_20"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image020.png">
③
<imgwidth="90"height="25"v:shapes="图片_x0020_21"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image021.png">
④
<imgwidth="93"height="23"v:shapes="图片_x0020_22"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image022.png">
【单选题】
若定义如下结构,则能打印出字母M的语句是()。structperson{charname[9];intage;};structpersonclass[10]={"Wujun",20,"Liudan",23,"Maling",21,"zhangming",22};
①
printf("%c\n",class[3].name);
②
printf("%c\n",class[2].name[0]);
③
printf("%c\n",class[2].name[1]);
④
printf("%c\n",class[3].name[1]);
【单选题】
<imgwidth="288"height="25"v:shapes="图片_x0020_80"src="http://wljy.whut.edu.cn/uploadfiles/word/cyy02-60.files/image075.png">
【单选题】
设有如下语句:structstu{intnum;intage;};structstus[3]={{101,18},{102,21},{103,19}};structstu*p=s;则下面表达式的值为102的是()。
【单选题】
判定逻辑值为“真”的最准确叙述是()。
【单选题】
若有定义:structstudent{intnum;charsex;intage;}stu1;下列叙述不正确的是()。
④
num,sex,age都是结构体变量stu1的成员
【单选题】
若有定义:intm=7,n=10,k;则执行语句k=m后k的值为()。