文件名称:C语言中scanf的使用
- 所属分类:
- 书籍源码
- 资源属性:
- 上传时间:
- 2018-03-15
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- Bruce******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const char *format,...); scanf () function is formatted input function, which reads input information from the standard input device (keyboard). The first parameter format is a constant string. If the string contains "%" symbol, we use the following parameters to match, for example, scanf ("%d%d", &a, &b).)
相关搜索: C语言
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
C语言中scanf的使用\2_2.c | 173 | 2013-09-26 |
C语言中scanf的使用\2_2.dsp | 4246 | 2013-07-19 |
C语言中scanf的使用\2_2.dsw | 531 | 2013-07-19 |
C语言中scanf的使用\2_2.ncb | 41984 | 2014-05-05 |
C语言中scanf的使用\2_2.opt | 48640 | 2014-05-05 |
C语言中scanf的使用\2_2.plg | 1213 | 2013-09-26 |
C语言中scanf的使用 | 0 | 2018-03-15 |