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

“师夷长技以制夷”的主张出自()。 A.《资政新篇》B.《海国图志》 C.《四洲志》 D.《瀛环志略》

“师夷长技以制夷”的主张出自()。

A.《资政新篇》 B.《海国图志》

C.《四洲志》 D.《瀛环志略》

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多““师夷长技以制夷”的主张出自()。 A.《资政新篇》B.《海…”相关的问题

第1题

下列程序的运行结果是()。#include<stdio.h>void fun(int*S,int*p){ static int t=3:*p=s[

下列程序的运行结果是()。

#include<stdio.h>

void fun(int*S,int*p)

{ static int t=3:

*p=s[t];

t--;

}

void main

{ int a[]={2,3,4,5),k;

int x;

for(k=0,k<4,k++)

{ fun(a,&x);

printf("%d,",x);

}

}

A.A.5,4,3,2

B.2,3,4,5

C.2,2,2,2

D.5,5,5,5

点击查看答案

第2题

下列程序的运行结果是()。 #include<stdio.h> void fun(int*S,int*p) { static int t=3: *

下列程序的运行结果是()。 #include<stdio.h> void fun(int*S,int*p) { static int t=3: *p=s[t]; t--; } void main { int a[]={2,3,4,5),k; int x; for(k=0,k<4,k++) { fun(a,&x); printf("%d,",x); } }

A.5,4,3,2

B.2,3,4,5

C.2,2,2,2

D.5,5,5,5

点击查看答案

第3题

下列程序的运行结果是()。#include<stdio.h>void fun(int*s,int*p){ static int t=3;*p=s[t];t--;

下列程序的运行结果是()。#include<stdio.h>void fun(int*s,int*p){ static int t=3; *p=s[t]; t--;}void main(){ int a[]={2,3,4,5),k; int x; for(k=0;k<4;k++) { fun(a,&x); printf("%d,",x); }}

A.5,4,3,2

B.2,3,4,5,

C.2,2,2,2,

D.5,5,5,5,

点击查看答案

第4题

下面程序的运行结果是: #include <stdio.h> int fun (char *s) { char *p=s; while (*p) p

下面程序的运行结果是: #include <stdio.h> int fun (char *s) { char *p=s;   while (*p) p++ ;   return (p-s) ; } void main () { char *a="abcdef" ; printf(“%d\n”,fun(a)) ; }

点击查看答案

第5题

下面程序的运行结果是#include "stdio.h"void fun(int k,int *p) { int a,b; if(k==1|| k==2)

下面程序的运行结果是#include "stdio.h" void fun(int k,int *p) { int a,b; if(k==1|| k==2) *p=1; else { fun(k-1,&a); fun(k-2,&b); *p=a+b; } }main(){ int x; fun(6,&x); printf("%d\n",x);}

点击查看答案

第6题

下列程序的运行结果是()。 #include<stdio.h> void fun(int*s,int*p) { static int t=3; *p=s[t]; t--; } void main() { int a[]={2,3,4,5},k; int x; for(k=0;k<4;k++) { fun(a,&x); printf("%d,",x); } }

A.5,4,3,2

B.2,3,4,5,

C.2,2,2,2,

D.5,5,5,5,

点击查看答案

第7题

有以下程序#include <stdio.h>void fun(int n,int *p){ int f1,f2;if(n==1||n==2) *p

有以下程序

#include <stdio.h>

void fun(int n,int *p)

{ int f1,f2;

if(n==1||n==2) *p=1;

else

{ fun(n-1,&f1); fun(n-2,&f2);

*p=f1+f2;

}

}

main()

{ int s;

fun(3,&s); printf("%d\n",s);

}

程序的运行结果是

A)2

B)3

C)4

D)5

点击查看答案

第8题

有以下程序include<stdio.h>void fun(int p){int d=2; p=d++;printf("%d".p);}

有以下程序

include<stdio.h>

void fun(int p)

{int d=2;

p=d++;printf("%d".p);}

main()

{int a=1;

fun(a):printf("%d\n",a);)

程序运行后的输出结果是()。

A.32

B.12

C.21

D.22

点击查看答案

第9题

下列程序的运行结果是()。 #include<stdio.h> void fun (int*s,int*p) { static int t=3; *p=s [t]; t--; } void main() int a[]={2, 3, 4, 5},k; int x; for(k=0; k<4; k++) { fun (a, &x); printf("%d,", x); }

A.5,4,3,2

B.2,3,4,5,

C.2,2,2,2,

D.5,5,5,5,

点击查看答案

第10题

下列程序运行后的输出结果是:_____ #include <stdio.h> void fun(int *pa, int pb ) { in

下列程序运行后的输出结果是:_____ #include <stdio.h> void fun(int *pa, int pb ) { int pt; pt = *pa, *pa = pb, pb = pt; } int main() { int x=1, y=2; fun(&x, y); printf("%d", x==y); return 0; }

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

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

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

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