logo - 刷刷题
下载APP
【简答题】

该程序检查由#define所定义的文本文件中花括号是否配对。函数check完成检测功能,所遵循的原则如下。
①检测过程中,不能出现右花括号“}”个数多于左花括号“{”个数,如果该情况发生,则返回-1。
②整个文件检测完成后,若右花括号“}”个数等于左花括号“{”个数,则返回0,否则返回1。
③检测的行数记录在n所指向的变量中。
#include<stdio.h>
#define file "c:\\bc31\\bin\\match.c"
int check(FILE*,int*)
void main()
{int line;
FILE*fp=fopen(______);
switch(check(______))
{case 0:printf("file%s match correctly\n",file);break;
case 1:printf("file%s missing)on%d line\n",file,line);break;
case-1:printf("file%s missing{on%d line\n",file,line };break;
}
fclose(fp);
}
int check(FILE*fp,int*n)
{int left=0,right=0,line=0;
char c;
while((c=fgetc(fp))!=EOF)
{if(c=='{')
left++;
else if(c=='}')
right++;
else if(c=='\n')
*n=++line;
if(______)
return-1;
}
return______;
}

举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】The emergency procedures check list should be in concise, abbreviated form designed to remind pilots of items to check without providing details concerning the operation of any system,紧急程序检查清单应以 简洁、缩写...

A.
The emergency procedures check list should be in precise form. The list not only tells pilots which items to check without also provides everything about operation details of systems.
B.
The emergency procedures check list should be in complicated from. The list tells pilots which systems.to bee investigated. It also provides operation details of some systems.
C.
The emergency procedures check list should be in brief (简明)from. The list tells pilots which items to be examined. It provides nothing about operation details of any system.

【单选题】要在磁盘上建立一个文件 ,可以使用哪一个 类。 ( )

A.
、 File
B.
、 FileOutputStream
C.
、 RandomAccessFile
D.
、以上都对

【单选题】大中型会议收集文件的方法是______。

A.
提前发文件清退目录
B.
提前逐个登记收集
C.
与会人员个人交清
D.
会后逐个收集

【单选题】读取二进制文件的函数调用形式为:fread(buffer size,count,fp);,其中buffer代表的是( )。

A.
一个文件指针,指向待读取的文件
B.
一个整型变量,代表待读取的数据的字节数
C.
一个内存块的首地址,代表读人数据存放的地址
D.
一个内存块的字节数

【单选题】cccbar运行前,需要运行哪个程序检查ICDCOMM的绑定地址和端口是否正确,以下哪个绑定地址是正确的:()。

A.
primary
B.
与CCS/MCP同一个网段的业务IP地址
C.
primary所在网卡MAC地址
D.
与CCS/MCP同一个网段的业务IP的网卡的MAC