c语言判断一个数是几位数并输出各位数字
用c语言实现:输入一个数字判断它是几位数并输出各位数字,
人气:274 ℃ 时间:2019-12-08 01:43:25
解答
//输入一个数字判断它是几位数并输出各位数字
#include
main()
{
unsigned long num,i,count=0;
printf("please input the number:");
scanf("%d",&num);
printf("从低到高::");
printf("%d",num%10);
for(i=1;num/=10;i++)
printf("%d",num%10);
printf("共有%d位数",i);
return 0;
}
推荐
猜你喜欢
- Joe brown has a very interesting job.heis a police artist.some people see crimes and then talk to joe.they tell him what
- 水果店运来一批水果,第一天卖了30%,第二天卖了45%,比第一天多卖30kg,这批水果多少kg?
- much many的用法
- 某公司发行5年到期的债券,票面面额为1000元,售价为960元,年息票率为7%,半年付息一次,试计算:1,当期收益率.2,到期收益率.3,持有3年后,将该债券以992元的价格出售,则该投资者的实际收益率为多少?
- today is sunday,we don't go to school
- 分数单位是9分之1的最大真分数和最小假分数的差是( )
- 英语翻译
- 想一想正义法庭会怎样审判那个忘恩负义的人