早教吧
育儿知识
作业答案
考试题库
百科
知识分享
创建时间
资源类别
相关度排序
共找到 297 与}printf 相关的结果,耗时3 ms
C程题目,求一元二次方程解.有疑惑..intmain(void){intrepeat,ri;doublea,b,c,d;scanf("%d",&repeat);for(ri=1;ri=0)printf("x1=%0.2f\n",(-b+sqrt(d))/(2*a));
其他
编写函数fun求1000以内所有8的倍数之和.注意:不可以增加或删除程序行,也不可以更改程序的结构这个题是程序改错的题目.第一题#include"stdio.h"#defineN1000main(){longsum;longfun(int);sum=fun(8);pr
其他
);printf("%d以内
printf("%m.nf",m.n解释清楚些,最好有例子,呵呵m表示数据共占m列(包括小数点),n表示小数点后面的数字,我这么理解对否?
其他
若有定义:#defineX(n)n+1#defineY(m)m+2则执行语句printf("%d\n",X(2)*Y(3));后的值为多少?希望答案有详解…谢谢
其他
main(){unionEXAMPLE{struct{intx,y;}in;inta,b;}e;e.a=1;e.b=2;e.in.x=e.a*e.b;e.in.y=e.amain(){unionEXAMPLE{struct{intx,y;}in;inta,b;}e;e
其他
y;}in;int a,b;
这道题结果为什么是D,%D%Fmain(){intx=-2345;floaty=-12.3;printf(“%6D,%06.2F”,x,y);}
其他
intk=1;while(k--);printf(“%d”,k);结果为-1为什么
其他
二级c语言的一道题有以下程序#includemain(){inta=-2,b=0;while(a++&&++b);printf("%d,%d\n",a,b);}程序运行后的输出结果是.(2012年9月,选择20题)A.1,3B.0,2C.0,3D.1,2就是搞不清楚怎
其他
.1,2就是搞不清楚怎么加,
求详解关于C语言的(21)有以下程序#include<stdio.h>.main(){inty=10;while(y--);printf(”Y=%d\n”,y);}程序执行后的输出结果是()A)y=0B)y=
其他
B)y= -1 C
C程序,请大家帮我看看for(--in;in>=0;in--)中的--in是什么意思,不是自减吗?main(){charbd[16]={'0','1','2','3','4','5','6','7','8','9','10','A','B','C','D','E','
其他
'F'};int cn[64
<
3
4
5
6
7
8
9
10
11
12
>
热门搜索: