热门

最新

红包

立Flag

投票

同城

我的

发布
liuzehn
Data-Mining 2020年博客之星Top39
5 年前
trueliuzehn

返京。。。。。。

正在获取地理位置
CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
小白在线问问题: scanf()函数的讨论(必答)#include <stdio.h>int main(){ int a; char b; float c; printf("Please input an integer:"); scanf("%d", &a); printf("integer:%d\n", a); printf("Please input a character:"); scanf("%c", &b); printf("character:%c\n", b); printf("Please input a float number:"); scanf("%f", &c); printf("float:%f\n", c); return 0;}问题:为什么运行这个程序得不到下面希望得到的运行结果?
立即登录