题目内容 (请给出正确答案)
[主观题]

有以下程序: #include <stdio.h>main() {int a,b,d =25; a = d/10%9;b = a&&(-1); prin

有以下程序: #include <stdio.h> main() { int a,b,d =25; a = d/10%9;b = a&&(-1); printf("% d,% d\n" ,a,b); } 程序运行后的输出结果是()。

A.6,1

B.2,1

C.6,0

D.2,0

提问人:网友qlyangel 发布时间:2022-01-06
参考答案
查看官方参考答案
如搜索结果不匹配,请 联系老师 获取答案
更多“有以下程序: #include <stdio.h>main(…”相关的问题
第1题
有以下程序:#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

点击查看答案
第2题
有以下程序:#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.#

点击查看答案
第3题
有以下程序:#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

点击查看答案
第4题
有以下程序: 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;

}

程序实现的功能是【 】。

点击查看答案
第5题
有以下程序 include <lostream> using namespace std; int main() { int

有以下程序 include <lostream> using namespace std; int main() { int i=010,j=10; cout<<(i)<<","<<j--<<endl; return 0; } 则该程序运行后的输出结果是【 】。

点击查看答案
第6题
有以下程序: include <iostream> using namespace std; int main() {int i=010,j=10;cout<<(i)

有以下程序:

include <iostream>

using namespace std;

int main()

{

int i=010,j=10;

cout<<(i)<<","<<i--<<end1;

return 0;

}

则该程序运行后的输出结果是【 】。

点击查看答案
第7题
有以下程序#include <iostream>int i = 0;void fun(){ {static int i = 1;std::cout<<i++<<',';

有以下程序 #include <iostream> int i = 0; void fun() { { static int 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; int main() {int x;for(int i=1;i<=100;

有以下程序: #include <iostream> using namespace std; int main() { int x; for(int i=1;i<=100;i++) { x=i; if (x%2==0) if (x%3==0) if (x%7==0) cout<

A.39,81

B.42,84

C.26,68

D.28,70

点击查看答案
第9题
有以下程序: #include<iostream> #include<string> using namespace std; int main() {char arr[

有以下程序: #include<iostream> #include<string> using namespace std; int main() { char arr[2][4]; strcpy(arr[0],"you"); strcpy(arr[1],"me"); arr[0][3]='&'; cout<<arr[0]<<end1; return 0; } 执行后的输出结果是()。

A.you&me

B.you

C.me

D.err

点击查看答案
第10题
有以下程序#include<iostream,h>int i=0;void fun(){{ Static int i=1 Std::cont<<i++<<','; } S

有以下程序 #include<iostream,h> int i=0; void fun() { { Static int i=1 Std::cont<<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,

点击查看答案
账号:
你好,尊敬的用户
复制账号
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

警告:系统检测到您的账号存在安全风险

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

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