Focused Examples
Resources- Basic input and output scanf、字符与字符串输入的基本用法
- Divisibility and prime numbers 整除判断与质数检测
- Integer techniques 整数数位处理、最大公约数与枚举求解
- Loops and accumulation 循环累加与级数近似计算
- Arrays as function parameters 一维和二维数组参数、遍历与删除
- Pointers 值传递、指针参数与数据交换
- Sorting and searching 顺序与二分查找、冒泡与选择排序
- Strings 字符串遍历、反转、转换与单词分割
- Input, output, and text files 结构体数组的文件读写、排序与动态内存
- Other examples 数组元素频次统计