题目内容 (请给出正确答案)
[单选题]

有以下程序: # include<stdio. h> # difine F(X, Y) (X)*(Y) main() { int a=3, b=4; print("% d\n", F(a++, b++)); } 程序运行后的输出结果是______。

A.12

B.15

C.16

D.20

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“有以下程序: # include<stdio. h># di…”相关的问题

第1题

有以下程序:#include <iostream>#include <fstream>using namespace std;int main (){ ofstream

有以下程序: #include <iostream> #include <fstream> using namespace std; int main () { ofstream ofile; char ch; ofile.open ("abc.txt"); cin>>ch; while (ch!='#' ) { cin>>ch; ofile.put(ch);

A.程序编译时出错

B.abc#

C.abc

D.#

点击查看答案

第2题

有以下程序:#include <iostream>#include <string>using namespace std;class base{private: cha

有以下程序: #include <iostream> #include <string> using namespace std; class base { private: char baseName[10]; public: base () { strcpy (baseName, "Base"); } virtual char *myName() {

A.DerivedBase

B.BaseBase

C.DerivedDerived

D.BaseDerived

点击查看答案

第3题

有以下程序:#include<iostream>using namespace std;class MyClass{public:MyClass(int n){numbe

有以下程序: #include<iostream> using namespace std; class MyClass { public: MyClass(int n){number=n;} //拷贝构造函数 MyClass(MyClass&other) {number=other.number;} ~MyClass() {} private: int number; }; MyClass fun(MyClass p)

A.5

B.4

C.3

D.2

点击查看答案

第4题

有以下程序:#include <iostream>#include <string>using namespace std;int main (){ char s[]="

有以下程序: #include <iostream> #include <string> using namespace std; int main () { char s[]="\n123\\"; cout<<strlen (s) <<", "<<sizeof (s) <<end1; return 0; }

A.赋初值的字符串有错

B.6,7

C.5,6

D.6,6

点击查看答案

第5题

有以下程序: include <fstream> include <string> using namespace std; int main () {char ch[]

有以下程序:

include <fstream>

include <string>

using namespace std;

int main ()

{

char ch[] = "The end";

ofstream outstr("d:\\put.txt", ios_base: :app);

for (int i = 0; i < strlen(ch ); i++ )

outstr.put(ch[i]);

outstr.close();

return 0;

}

程序实现的功能是【 】。

点击查看答案

第6题

有以下程序:#include<iostream>#include<strinq>using namespace std;int main(){ chara[] = {'a

有以下程序: #include <iostream> #include <strinq> using namespace std; int main() { char a[] = {'a'/'b'/'c'/'d','e','f','g','h','\0'}; int i j; i=sizeof(A) ; j=strlen(A) ; cout<<i<<","<<j<<end1; return 0; } 程序运行后的结果是()。

A.9,9

B.8,9

C.1,8

D.9,8

点击查看答案

第7题

有以下程序:# include <iostream>int i=0;void fun(){{static iht i=1; std::cout<<i++<<','; }

有以下程序: # include <iostream> int i=0; void fun() {{static iht i=1; std::cout<<i++<<','; } std:: cout<<i<<','; } int main() { fun(); fun(); return 0; }程序执行后的输出结果是______。

A.1,2,1,2,

B.1,2,2,3,

C.2,0,3,0,

D.1,0,2,0,

点击查看答案

第8题

有以下程序:#include<iostream>using namespace std;Class A{public:A(){tout{("A"}};classB{pub

有以下程序: #include<iostream> using namespace std; Class A{ public: A(){tout{("A"} }; classB{public:B(){cout<<"B";>> classC:public A{ B b; public: C(){cout<<"C";} }; int main(){C obj;return 0;} 执行后的输出结果是()。

A.CBA

B.BAC

C.ACB

D.ABC

点击查看答案

第9题

有以下程序:#include<iostream>#include<string>usxng namespace std;int main(){ char p[] = "a

有以下程序: #include <iostream> #include <string> usxng namespace std; int main() { char p[] = "abcdefgh"; cout<<strlen(strcpy(p,"12345"))<<end1; return 0; } 执行后输出的结果是()。

A.8

B.12

C.5

D.7

点击查看答案

第10题

有以下程序:#include<iostream>using namespace std;int main(){int x=15;while(x>10&&x

有以下程序: #include<iostream> using namespace std; int main() { int x=15; while(x>10&&x<50) { x++; if(x/3) { x++;break; } } cout<<x<<endl; return 0; } 执行后的输出结果是()。

A.15

B.16

C.17

D.18

点击查看答案
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
温馨提示
每个试题只能免费做一次,如需多次做题,请购买搜题卡
立即购买
稍后再说
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“赏学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
赏学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反赏学吧购买须知被冻结。您可在“赏学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
赏学吧
点击打开微信