题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include <stdio.h>
- nt fun(int a, int b)
- { if(a>b) return(a);
- else
- return(b);
- }
- main()
- { int x=15, y=8, r;
- r= fun(x,y);
- printf("r=%d\n", r);
- }
运行结果为:
答案解析
相关题目
-
#include <stdio.h> int fac(int n) { int f=1,i; for(i=1;i<=n;i++) f=f * i; return(f);
-
#include <stdio.h> nt fun(int a, int b) { if(a>b) return(a); else return(b); } main()
-
#include <stdio.h> int m=4; int func(int x,int y) { int m=1; return(x*y-m); } main() {i
-
#include<stdio.h> func(int x) { x=10; printf(“%d, ”,x); } main( ) { int x=20; func(x);
-
#include <stdio.h> int min( int x, int y ) { int m; if ( x> y ) m = x; else m = y;
-
#include <stdio.h> int Sub(int a, int b) {return (a- b);} main() {int x, y, result = 0
-
#include"stdio.h" main() {int j,k; static int x[4][4],y[4][4]; for(j=0;j<4;j++) fo
-
#include <stdio.h> f(int b[],int n) {int i,r; r=1; for (i=0;i<=n;i++) r=r*b[i];
-
#include <stdio.h> main() {int a[2][3]={{1,2,3},{4,5,6}}; int b[3][2],i,j; for(i=0;i<=1
-
#include <stdio.h> main() {float fun(float x[]); float ave,a[3]={4.5,2,4}; ave=fun(a);
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会