Skip to content

Commit

Permalink
20190706
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcaffebabe committed Jul 6, 2019
1 parent d6ba186 commit 87b3673
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
Binary file added assets/批注 2019-07-06 163556.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/批注 2019-07-06 165650.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion 后端开发/语言/C/nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
- [类型运算符与表达式](./类型运算符与表达式.md)
- [函数与程序结构](./函数与程序结构.md)
- [指针与数组](./指针与数组.md)
- [结构](./结构.md)
- [结构](./结构.md)
- [输入与输出](./输入与输出.md)
22 changes: 22 additions & 0 deletions 后端开发/语言/C/输入与输出.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 标准输入输出

- getchar
- putchar

# 格式化输出-printf

![enter image description here](https://gss0.baidu.com/9fo3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3bf33a87e950352a347a7a395043fbf2b2118bec.jpg)

# 变长参数表

![批注 2019-07-06 163556](/assets/批注%202019-07-06%20163556.png)

# 格式化输入-scanf

![enter image description here](https://gss0.baidu.com/-Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/d1160924ab18972ba7e65ffbe5cd7b899e510a26.jpg)

# 文件访问

![批注 2019-07-06 165650](/assets/批注%202019-07-06%20165650.png)

# 错误处理

0 comments on commit 87b3673

Please sign in to comment.