皮皮学,免费搜题
登录
搜题
【简答题】
请编写函数proc,其功能是:将str所指字符串中除下标为偶数、同时ASCIl码值为奇数的字符外,其余的字符都删除,串中剩余字符所形成的一个新串放在t所指的数组中。例如,若str所指字符串中的内容为ABCDEFGl2345,其中字符B的ASCIl码值为偶数,所在元素的下标为奇数,因此必须删除;而字符A的ASCIl码值为奇数,所在数组中的下标为偶数,因此不应当删除。依此类推,最后t所指的数组中的内容ACEG。 注意:部分源程序给出如下。 请勿改动main函数和其他函数中的任何内容,仅在函数proc的花括号中填人所写的若干语句。 试题程序: include include include include void proc(char*str,char t[]) { } void main { char str[100],t[100]; system('CLS'); printf('/nPlease enter string str:'); scanf('%S',str); proc(str,t); printf('/nThe result iS:%s/n',t);
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】根据《建筑工程建筑面积计算规范》(GBT50353-2013)规定,对于高低联跨的建筑物,当高低跨内部连通时,计算建筑面积时()。
A.
变形缝应计算在高跨面积
B.
变形缝应高低跨各计算 1/2建筑面积
C.
变形缝应计算在低跨面积
D.
变形缝如何计算建筑面积不确定
【单选题】To determine whether a good is considered normal or inferior, one could examine the value of the
A.
income elasticity of demand for that good.
B.
price elasticity of demand for that good.
C.
price elasticity of supply for that good.
D.
cross-price elasticity of demand for that good.
【简答题】软件“做什么”和“怎么做”是软件开发过程中需要解决的关键问题,其中“怎么做”是在 _____ 阶段解决的。 A.需求分析 B.文档设计 C.软件编码 D.测试 A. B. C. D.
【单选题】To determine whether a good is considered normal or inferior, one would consider the good’s
A.
income elasticity of demand.
B.
price elasticity of demand.
C.
price elasticity of supply.
D.
cross-price elasticity of demand.
【简答题】考察在广泛使用条件下药物的疗效和不良反应的是
【单选题】● 软件“做什么”和“怎么做”是软件开发过程中需要解决的关键问题,其中“怎么做”是在 (51) 阶段解决的。 (51)
A.
需求分析
B.
文档设计
C.
软件编码
D.
测试
【判断题】The income effect of a price change is unaffected by whether the good is a normal or inferior good
A.
正确
B.
错误
【判断题】Front-loaders are more energy-efficient than top-loading washing machines, as the latter have faster cycles and consume more energy.
A.
正确
B.
错误
【单选题】根据《建筑工程建筑面积计算规范》(GB/T 50353—2005)规定,高低联跨的建筑物,应以( )为界分别计算建筑面积。
A.
高跨结构外边线
B.
高跨结构净长线
C.
低跨结构外边线
D.
低跨结构净长线
【单选题】软件“做什么”和“怎么做”是软件开发过程中需要解决的关键问题,其中“怎么做”是在(51)阶段解决的。
A.
需求分析
B.
文档设计
C.
软件编码
D.
测试
相关题目: