class-notes/课件/C语言/C语言速查手册.md
2025-02-15 02:13:45 +08:00

38 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## C语言中的关键字
![image-20250215020418329](https://yp.smallkun.cn/markdown/image-20250215020418329.png!compress)
## GCC中数据类型占内存的字节数和表数范围
![image-20250215020432274](https://yp.smallkun.cn/markdown/image-20250215020432274.png!compress)
## 运算符的优先级与结合性
![image-20250215020448240](https://yp.smallkun.cn/markdown/image-20250215020448240.png!compress)
### 常用字符的ASCII码对照表
![image-20250215020657273](https://yp.smallkun.cn/markdown/image-20250215020657273.png!compress)
## 输入输出格式转换说明
### 表 1 函数 printf() 的格式转换说明
![image-20250215020742312](https://yp.smallkun.cn/markdown/image-20250215020742312.png!compress)
![image-20250215020753921](https://yp.smallkun.cn/markdown/image-20250215020753921.png!compress)
### 表 2 函数 printf() 的格式修饰符
![image-20250215020829730](https://yp.smallkun.cn/markdown/image-20250215020829730.png!compress)
### 表 3 函数 scanf() 的格式转换说明
![image-20250215020855154](https://yp.smallkun.cn/markdown/image-20250215020855154.png!compress)
### 表 4 函数 scanf() 的格式修饰符
![image-20250215020933580](https://yp.smallkun.cn/markdown/image-20250215020933580.png!compress)