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