皮皮学,免费搜题
登录
搜题
【单选题】
【 10.6 】下面程序的功能是从键盘输入一个字符串,编程将其字符 顺序颠倒 后重新存放,并输出这个字符串。 程序的运行结果如下: Input a string: abcdef ↙ The inversed string is: fedcba 按要求在下面程序的空白处填写适当的表达式或语句,使程序完整并符合题目要求。 1. #include 2. #include 3. void Inverse(char *pStr); 4. int main() 5. { 6. char str[80]; 7. printf("Input a string:\n"); 8. gets(str);// 输入字符串 9. Inverse(str);// 将存于 str 数组中的字符串逆序存放 10. printf("The inversed string is:\n"); 11. puts(str);// 输出字符串 12. return 0; 13. } 14. 15. void Inverse(char *pStr) 16. { 17. int len = 0; 18. char temp; 19. char *pStart = pStr;// 指针变量 pStart 指向字符串的第一个字符 20. char *pEnd;// 指针变量 pEnd 指向字符串的最后一个字符 21. for (; *pStart!='\0'; _________) // 求出字符串长度 22. { 23. len++; 24. } 25. for (pStart=pStr,___________; pStart
A.
第 21 行: *pStart++ 第 25 行: pEnd=pStr+len 第 27 行: pStart 第 28 行: pStart = pEnd
B.
第 21 行: *pStart++ 第 25 行: pEnd=pStr+len 第 27 行: *pStart 第 28 行: *pStart = *pEnd
C.
第 21 行: pStart++ 第 25 行: pEnd=pStr+len-1 第 27 行: pStart 第 28 行: pStart = pEnd
D.
第 21 行: pStart++ 第 25 行: pEnd=pStr+len-1 第 27 行: *pStart 第 28 行: *pStart = *pEnd
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】From the fact that divorce can mean a life of hardship for Japanese women, we can infer that______.
A.
many Japanese women have a bad relationship with their husbands
B.
many Japanese women live together with their husbands in perfect harmony
C.
many Japanese women have a low social status
D.
it's an out-dated custom for Japanese women to be housewives
【多选题】关于网元IP地址规划说法正确的是( )
A.
网元IP地址必须全网唯一,这里的全网是指有业务关联的网络。
B.
一般采用环回地址作为网元IP地址
C.
不建议采用物理接口所属MCC端口IP地址作为网元IP地址
D.
环回地址的子网掩码为255.255.255.255
【单选题】______ divorce is often the only satisfactory solution for married couples who can no longer stand the sight of each other, it can have a shocking effect on their kids.
A.
Since
B.
While
C.
As
D.
Unless
【简答题】where divorce can be【L12】______quickly
【单选题】You can apply for divorce at a county court in the UK, but to do this, couples must have been married for at least a year.
A.
Y
B.
N
C.
NG
【单选题】培训组织者要设法使学员在心情轻松的环境下接受训练,避免过于严肃呆板,这体现了成人学习原理的( )原则。
A.
非正式环境中培训效果更好
B.
添加多样性
C.
充满激情
D.
引导启发式学习
【简答题】It can be inferred from the passage that the impact of divorce_____. [A] on kids of different es will probably change as they grow older [B] may cause most kids’ difficulties in communicating with ...
【多选题】MCC 端口 IP地址规划说法正确的是( )
A.
每一个MCC 端口都要分配逻辑IP地址。
B.
属于同一个MCC VLAN的不同物理端口,其IP地址必须在同一个网段。
C.
属于不同MCC VLAN的物理端口,IP 地址不能在同一个网段。
D.
MCC 端口 IP地址可以与网元IP地址在同一个网段
【单选题】IP地址规划中说法正确的是()。
A.
宽带上网、IPTV业务分配私网地址
B.
VoIP业务、ITMS业务分配公网地址
C.
内置于MDU的IAD设备为静态配置
D.
SFU/HGU/SBU型ONU设备需要配置网管IP地址
【多选题】关于网元IP地址规划说法 错误 的是( )
A.
网元IP地址不一定是全网(业务网络)唯一
B.
网元IP地址一般与环回地址相同
C.
网元IP地址一般选择网元设备的某一个物理端口IP地址
D.
环回地址的子网掩码为255.255.255.252
相关题目: