易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

有以下程序:#include main(){ FILE *f; f=fopen("filea.txt","w"); fprintf(f,"abc"); fclose(f);}若文本文件filea.txt中原有内容为:hello,则运行以上程序后,文件filea.txt中的内容为(  )。

A、Helloabc

B、abclo

C、abc

D、abchello

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • An application writes to a log file in the /logs filesystem that is full. After the log file is deleted,‘df’ still shows the filesystem as 100% full.  What is the likely cause of the problem and what will resolve it?()

    A、The deleted file is still open by the application. The system must be rebooted before ‘df’ will show the reduction in the filesystem.

    B、The deleted file is still open by the application. The application must be stopped before ‘df’ will show the reduction in the filesystem.

    C、The filesystem is still marked as full in the /etc/fs.status file. The system must be rebooted before ‘df’ will show the reduction in the filesystem.

    D、The filesystem is still marked as full in the /etc/fs.status file. The application must be stopped before ‘df’ will show the reduction in the filesystem.

  • 撤销用户指定权限的命令是()。

    A、REVOKE

    B、REMOVE RIGHT

    C、DROP RIGHT

    D、DELETE RIGHT

  • 列上创组合索引(也称为())是在表的多个建的索引。

    A、压缩索引

    B、连接索引

    C、一致索引

    D、位图索引

  • 因为你要制定项目计划,所以想要审阅你们机构的正式和非正式的政策文件。你的一个队员给你一个可能需要审阅的条目清单。她列出了4个条目。以下哪能一条不是机构的政策,但其对项目的影响必须予以考虑()。

    A、不断改进的目标

    B、状态会议

    C、绩效报告

    D、时间报告

  • (  )的实质是一种条件的控制,病毒程序可以依据设计者的要求,在一定条件下实施攻击。

    A、潜伏

    B、隐蔽

    C、触发

    D、传染

联系客服 会员中心
TOP