题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2023-11-08 22:41:21

[填空题]下面程序的功能是用来统计文件中字符个数。请填空。
#include"stdio.h"
main( )
long count=OL;
FILE*fp= 【16】 ("text.dat","r");
if(fp==0)
printf("Open error/n");
exit(0);

while( 【17】 )

fgetc(fp);
count++;

fclise(fp);
printf("%1d/n",count);

更多"下面程序的功能是用来统计文件中字符个数。请填空。 #include'"的相关试题:

[填空题]下面的程序用来统计文件中字符的个数。请填空。
# include<stdio.h>
main( )
FILE *fP;
long num=0;
if( (fp=fopen("fname.dat","r"))==NULL)
printf("Can’t open file! /n");sxit(0);
while 【20】
fgetc(fp);num++;
printr("num=%d/n",num);
fclose (fp);

[填空题]以下程序用来统计文件中字符的个数。请填空。 #include“stadio.h” main( ) { FILE *fp;long num=0L; if((fp=fopen(“fname.dat”,“r”))==NULL); {printf(“0pen error/n”);exit(0);} while( 【16】 ) {fsetc(fp);num++;} printf(“num=%1d/n”,num-1); fclose(fp); }
[填空题]下面程序可用来统计文件中字符的个数。 #include<stdio.h> main( ) {FILE *fp; long num=0; if((fp=______)==NULL)/*第一空*/ {printf("Can not open file/n");exit(0);} while(______)/*第二空*/ {______;}/*第三空*/ printf("num=%d/n",num); fclose(fp); }
[填空题]以下程序用来统计文件中字符个数。请填空。
#include "stdio. h"
main( )
FILE *fp;long num=OL;
if((fp=fopen("fname.dat","r")==NULL)
Pirntf("Open error/n"); exit(0);
while( 【16】 )
fgetc(fp);num++;
printf("num=%1d/n",num-1);
fclose(fp);

[填空题]下面程序的功能是输出数组s中最大元素的下标,请填空。
#include <stdio.h>
main( )
int k, p,s[]=1, -9,7,2, -10,3;
for(p =0,k =p; p<6; p++)
if(s[p]>s[k])
printf("%d//n", k);

[填空题]以下程序用业统计文件十字符个数。请填空。
#include "stdio.h"
main( )
FTLE *fp; long num=OL;
if((fp=fopen("fname.dat","r"))==NUlL)
pirntf("Open error/n"); exit(0);
while( )
fgetc(fp); num++;
printf("num=%1d/n",num-1);
fclose(fp);

[填空题]下面程序的功能是:计算1~20之间的奇数之和与偶数之和,请填空使程序功能完整。
#include<stdio.h>
main( )
int a=0,b=0,c=0,i;
for(i=0;i<=20;i+=2)
a+=i;
______;
c+=b;

printf("偶数之和=%d/n",a);
printf("奇数之和=%d/n",c-21);

[填空题]以下程序用来判断指定文件是否能正常打开,请填空。
#include <stdio.h>
main( )
FILE *fp;
if(((fp=fbpen("test.txt","r"))==______))
printf("未能打开文件!/n");
else
printf("文件打开成功!/n");

[填空题]下列程序用来判断指定文件是否能正常打开,请填空。
#include<stdio.h>
main( )
(FILE *fp;
if(((fp=fopen("test.txt","r")!=______))
printf("文件打开成功!/n");
else
printf("未能打开文件!/n");

[填空题]下面程序的功能是统计字符串中“i”的个数请填空。 Sub COU( ) Dim n As Integer a$ =" Beijing University of Technology" n = Len(a$) For i = 1 To n b$ = 【15】 If b$ ="i" Then x=x+1 Next Print" x="; x End Sub
[填空题]下面程序的功能是统计字符串中“i”的个数,请填空。 Sub COU( ) Dim n As Integer a$ = "Beijing University of Technology" n = Len(a$ ) For i = 1 To n b$ =Mid$(a$,i, 1) If 【11】 Then x=x + 1 Next Print "x ="; x End Sub

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码