题目内容

下列函数中对调用它的函数没有起到任何作用的是

A. void f1(double&x){--x;)
B. double f2(double x){return x-1.5;)
C. void f3(double x){--x;)
D. double f4(double *x){--*x;retum *x;}

查看答案
更多问题

A.personB.personnelC.human beingD.persons

A. person
B. personnel
C. human being
D. persons

A.ranksB.social levelC.statusD.honour

A. ranks
B. social level
C. status
D. honour

有如下程序: #include<iostream> using namespace std; class Base

A. BBBfDD
BBDfDDDf
C. DD
DDBBBf

已知outfile是一个输出流对象,要想将outfile的文件指针定位到当前位置之前321字节处,正确的函数调用语句是

A. outfile.seekp(321,ios_base::cur);
B. outfile.seekp(321,ios_base::bge);
C. outfile.seekp(-321,ios_base::beg);
D. outfile.seekp(-321,ios_base::cur);

答案查题题库