登录/
注册
题库分类
下载APP
帮助中心
首页
考试
搜题
APP
当前位置:
首页
>
查试题
>
下面的程序使用了函数指针,其运行结果是______。#include<stdio.h>#include<math.h>intf1(inta){returna*a;}intf2(inta){returna*a*a;}voidmain(){intx=3,y1,y2,y3,y4;f=f1;y1=(*f)(x);y2=f1(x);f=f2;y3=f(x);y4=f2(x);printf("y1=
单选题
下面的程序使用了函数指针,其运行结果是______。#include<stdio.h>#include<math.h>intf1(inta){returna*a;}intf2(inta){returna*a*a;}voidmain(){intx=3,y1,y2,y3,y4;f=f1;y1=(*f)(x);y2=f1(x);f=f2;y3=f(x);y4=f2(x);printf("y1=
A. y1=27, y2=9, y3=9, y4=27
B. y1=9, y2=9, y3=27, y4=27
C. y1=9, y2=27, y3=9, y4=27
D. y1=27, y2=27, y3=9, y4=9
查看答案
该试题由用户521****17提供
查看答案人数:32439
如遇到问题请
联系客服
正确答案
该试题由用户521****17提供
查看答案人数:32440
如遇到问题请
联系客服
搜索
相关试题
换一换
单选题
下面程序的运行结果是()。 #include<iostream.h
A.12 12 B.12 21 C.21 12 D.21 21
答案
单选题
下面程序的运行结果是()
A.x=15 B.x=17 C.x=23 D.x=25
答案
单选题
下面程序的运行结果是()
答案
判断题
下面程序的运行结果是:We,s()。#include int main(){printf (“%s, %c ”,? "We", *"students");return 0;}: 对 错
答案
主观题
写出下面程序的运行结果:#include
答案
主观题
下列程序的运行结果是#include int fun1(int x);
答案
主观题
下面程序的运行结果是 ( ) 。 #include int main( ) { int i=10; while(i-->0); printf("%d ",i); return 0; }
答案
单选题
设有下面程序: #include"stdio.h" voidmain(void) { unsignedx=1,y=3,z=5; printf("%dn",xy); } 该程序的运行结果是()
A.1 B.3 C.5 D.7
答案
单选题
下面的程序的运行结果是
A.k=7 B.b=7 C.k=1 D.k=4
答案
单选题
分析下面程序,该程序的运行结果是()
A.m=3 B.m=4 C.m=5 D.m=6
答案
热门试题
下面程序的输出结果是________. #include void main { int i; for(i=1;i
以下程序的运行结果是________________________ 。 #include void main() { printf("%5.4s ","program"); }
下面程序运行的结果是 class Demo
以下程序的输出结果是:#include
下面程序的运行结果为()。 #include<iostream.h&
下面的程序使用了函数指针,其运行结果是______。#include<stdio.h>#include<math.h>intf1(inta){returna*a;}intf2(inta){returna*a*a;}voidmain(){intx=3,y1,y2,y3,y4;f=f1;y1=(*f)(x);y2=f1(x);f=f2;y3=f(x);y4=f2(x);printf("y1=
有以下程序: include <stdio.h> main() char a=4; printf("%d",a=a<<1); 程序的运行结果是()。
下面程序的输出结果是?????????? 。 #include main() {?? printf(“*%f,%4.3f* ”,3.14,3.1415);?? }
● 下面程序运行后的输出结果是 (59) 。
下面程序的运行结果是。 #include int main { int x=15; do{ x--; } while(x--); printf("%d ",x--); return 0; }
以下程序运行后的输出结果是。 #include main() { int x=011; printf("%d ",++x); }
下列程序段运行后,其运行结果是( )。
下面的程序运行后,输出的结果是( ???)。 #include "stdio.h" main( ) { int x=3; do { printf ("%d", x-=2); } while (!(--x)); }
有以下程序( if else 函数) #include main( ) { int a=1, b=0; if (--a) b++; else if(a==0) b+=2; else b+=3; printf("%d ",b); } 程序运行后的输出结果是
下列程序的运行结果是() #include main() { int a=2,c=5; printf("a=%d,b=%d ",a,c); }
以下程序的运行结果是____ #include void main(){ int a=1,b=2,c=2,t; while(a
下面的程序使用了函数指针,其运行结果是______。<br/>include<stdio.h>include<math.h>int f1(int a){return a*a;}int f2(int a){return a*a*a;}void main(){int x=3,y1,y2,y3,y4;f=f1;y1=(*f)(x);y2=f1(x);f=f2;y3=f(x);y4=f2(x);pri
(39)有以下程序#include main(){ int a=5,b=1,t;t=(a$amp;}程序运行后的输出结果是
下面程序的运行结果是()。 #include "stdio.h" #include "string.h" fun( char *s) { char t[10]; s=t; strcpy(t, "example"); } main() { char *s; fun(s); puts(s); }
下面程序的运行结果是 (?? ) 。 #include int main() { int? i; for(i=1;i<=5;i++) { if(i%2) printf("*"); else continue; printf("#"); } printf("$"); return 0; }
购买搜题卡
会员须知
|
联系客服
免费查看答案
购买搜题卡
会员须知
|
联系客服
关注公众号,回复验证码
享30次免费查看答案
微信扫码关注 立即领取
恭喜获得奖励,快去免费查看答案吧~
去查看答案
全站题库适用,可用于E考试网网站及系列App
只用于搜题看答案,不支持试卷、题库练习 ,下载APP还可体验拍照搜题和语音搜索
支付方式
首次登录享
免费查看答案
20
次
微信扫码登录
账号登录
短信登录
使用微信扫一扫登录
获取验证码
立即登录
我已阅读并同意《用户协议》
免费注册
新用户使用手机号登录直接完成注册
忘记密码
登录成功
首次登录已为您完成账号注册,
可在
【个人中心】
修改密码或在登录时选择忘记密码
账号登录默认密码:
手机号后六位
我知道了
APP
下载
手机浏览器 扫码下载
关注
公众号
微信扫码关注
微信
小程序
微信扫码关注
领取
资料
微信扫码添加老师微信
TOP