皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
函数ReadDat()的功能是实现从文件IN32.DAT中读取一篇英文文章存入到字符串数组xx中。请编数StrOR(),该函数的功能是:以行为单位把字符串中所有小写字母。左边的字符串内容移至该串的右边 存放,然后把小写字母。删除,余下的字符串内容移到已处理字符串的左边存放,最后把已处理的字符串仍按行重新存入字符串数组xx中。最后调用函数WriteDat()把结果输出到文件OUT32.DAT中。 例如, 原文: You can create an index on any field you have the correct record 结果: n any field Yu can create an index rd yu have the crrect rec 原始数据文件存放的格式是:每行的宽度均小于80个字符,含标点符号和空格. 注意:部分源程式序已给出 请勿改动主函main(),读函数ReadDat( )和写函数WriteDat( )的内容。 试题程序: include<stdio. h> include<string, h> include<conio, h> char xx[50] [80]; int maxline=0; int ReadDat (void); void WriteDat (void); void StrOR (void) { } void main () { clrscr ( ); if (ReadDat ()) { printf ('数据文件 IN32.DAT 不能打开!/n/007'); return; } StrOR (); WriteDat (); } int ReadDat (void) { FILE *fp; iht i=0; char *p; if ((fp=fopen('IN32.DAT','r'))==NULL) return 1; while (fgets (xx [i], 80, fp) !=NULL) { p=strchr (xx [i], ' In' ); if (p) *p=0; i++; } maxline=i; fclose (fp); return 0; } void WriteDat (void) { FILE *fp; int i; clrscr (); fp=fopen ( 'OUT32. DAT', 'w' ); for (i=0;i { printf ('%s/n', xx [i] ); fprintf (fp, '%s/n', xx[i] ); } fclose (fp); }
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】Which of the following is not a conflict of interest?
A.
An ACCA member is in direct competition with a client on a contract
B.
An ACCA member is married to a director of the client
C.
An ACCA member is an officer of the client company but does not deal with the client's affairs
D.
An ACCA member is part of a joint venture with a competitor of the client
【单选题】A conflict of interest between the stockholders and managers of a firm is referred to as the:
A.
stockholders' liability.
B.
corporate breakdown.
C.
agency problem.
D.
corporate activism.
【多选题】停工损失包括的内容有(    )。
A.
季节性生产企业停工期内的费用
B.
停工期内支付的生产工人工资
C.
停工期内耗用的燃料和动力费
D.
停工期内应负担的制造费用
E.
停工期内的火灾损失
【多选题】下面哪种姿势是正确的握手姿势?
A.
客人走的时候一般是主人先伸手,表示礼貌
B.
刚从洗手间出来,湿手握手也没什么不好
C.
握手时要目光对视
D.
两人握手要虎口相对,表示从容与自信
【多选题】下面哪种姿势是正确的握手姿势?
A.
客人走时一般是主人先伸手,表示礼貌
B.
手上有水握手也无妨
C.
握手时要目光对视
D.
两人握手时要户口相对,表示一种从容与自信,男女都一样
【多选题】停工损失包括的内容有( )。
A.
季节性生产企业停工期间内的费用
B.
停工期内应支付的生产工人薪酬
C.
停工期内耗用的燃料和动力费
D.
停工期内应负担的制造费用
【多选题】停工损失包括的内容有( )。
A.
季节性生产企业停工期内的费用
B.
停工期内支付的生产工人工资及提取的应付福利费
C.
停工期内耗的燃料和动力费
D.
停工期内应负担的制造费用
【多选题】下 面哪种姿势是正确 的 握手 姿势?
A.
客人走的时候一般是主人先伸手,表示礼貌
B.
刚 从洗手间出来, 湿手握手 也没 什么 不好
C.
握手时 要 目光 对视
D.
两 人 握手 要 虎 口相对, 表示 一种从容与自信,男女都一样
【单选题】Which of the following is not a conflict of interest?
A.
An ACCA member is in direct competition with a client on a contract.
B.
An ACCA member is married to a director of the client.
C.
An ACCA member is an officer of the client company but does not deal with the client's affairs.
D.
An ACCA member is part of a joint venture with a competitor of the client.
【单选题】下列全部属于宋代画家的是
A.
范宽、郭熙、黄公望
B.
刘松年、董源、郭熙
C.
范宽、郭熙、刘松年
D.
董源、刘松年、黄公望
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题