存儲類別和鏈接: http://www.rzrgm.cn/yatesxu/p/5302630.html http://www.rzrgm.cn/TJTO/p/11795786.html 內存管理: http://www.rzrgm.cn/yif1991/p/5049638.h
Read More
數組: http://www.rzrgm.cn/mjios/archive/2013/03/15/2961147.html 指針: http://www.rzrgm.cn/mjios/archive/2013/03/16/2963645.html https://www.cnblog
Read More
字符函數 getchar()、putchar() 與 EOF 詳解:http://www.rzrgm.cn/52php/p/5723666.html 緩沖區: http://www.rzrgm.cn/xkdn/p/14580178.html https://www.cnblogs.c
Read More
控制語句:http://www.rzrgm.cn/hy627/p/14205672.html
Read More
基本運算符 算術運算符 + 加法運算符 - 減法運算符,或負值運算符 * 乘法運算符 / 除法運算符 % 模運算符,或稱取余運算符,要求%兩側均為整型 關系運算符 < 小于運算符 <= 小于等于運算符 > 大于運算符 >= 大于等于運算符 == 等于運算符 != 不等于運算符 關系運算的結果成立就為
Read More
字符串簡介: 字符串(character string)是一個或多個字符的序列,如下所示:char name[40] = "Zing went the strings of my heart!"雙引號不是字符串的一部分。雙引號僅告知編譯器它括起來的是字符串,正如單引號用于標識單個字符一樣。 C語言沒
Read More