修符道人的江湖
C语言学习
函数局部变量作为返回值的问题 https://www.cnblogs.com/xuhj001/p/3 阅读更多…
定义数组 https://m.php.cn/article/417962.html variable 阅读更多…
s开头函数大全:https://blog.csdn.net/u012855229/article/d 阅读更多…
错误码及调试 https://blog.csdn.net/weixin_42067873/artic 阅读更多…
一、结构体定义的几种方式 https://blog.csdn.net/weixin_42445727 阅读更多…
共性:都以#开头 一、宏定义 特性: 1)实现函数功能,比函数效率更高。 1.#define怎么将多 阅读更多…
1.指针的概念 https://blog.csdn.net/Lemon_jay/article/de 阅读更多…
1.输入输出占位符 %d – int %ld – long int %c – char %f – f 阅读更多…
https://blog.csdn.net/weixin_50901244/article/deta 阅读更多…
C语言的数据类型可以分为基本数据类型、数组、结构体、指针、枚举。 本篇文章先说基本数据类型,其他数据 阅读更多…