题目信息
-
题目类型
-
练习
-
题目年份
-
2024
-
题目题型
-
问答题
-
关 键 词
-
运行结果
题目题干
- #include <stdio.h>
- main()
- { int num=0;
- while(num<=2){ num++;printf("%d\n",num);}
- }
运行结果为:
答案解析
相关题目
-
#include <stdio.h> main( ) { int sum=10,n=1; while(n<3) {sum=sum-n; n++; } printf(“
-
#include <stdio.h> main() { int num=0; while(num<=2){ num++;printf("%d\n",n
-
#include < stdio .h > main ( ) { float c=3.0 , d=4.0; if ( c>d ) c=5.0; else if (
-
#include <stdio.h> main() { float a,b,c,t; a=3; b=7; c=1; if(a>b) {t=a;a=b;b=
-
#include <stdio.h> main() { int x=2,y=-1,z=5; if(x<y) if(y<0) z=0; else z=z+1; p
-
#include <stdio.h> main() { int a=12, b=-34, c=56, min=0; min=a; if(min>b) min=b;
-
#include <stdio.h> main() { int a=1,b=3,c=5; if (c==a+b) printf("yes\n");
-
已知 char x[]="hello", y[]={'h','e','a','b','e&
-
下列数据中属于“字符串常量”的是( )。 A.“a” B.{ABC} 若干个字符构成字符串 C.‘abc\0’ D.‘a’
-
在C语言中,以 __作为字符串结束标志 A)’\n’ B)’ ’ C) ’0’ D)’\0’
提示声明
- 免责声明:本站资源均来自网络或者用户投稿,仅供用于学习和交流:如有侵权联系删除!
- 温馨提示:本文属于积分文章,需要充值获得积分或升级VIP会员,也可在会员中心投稿获取。
猜你喜欢
Scratch3.0
全国青少年软件编程等级考试
Python
Scratch图形化一级
Scratch图形化四级
Scratch图形化三级
Scratch图形化二级
电子学会