第八章 結構,列舉型別,二元樹
列舉 把一些數值用字串表示, 方便記憶, 並設定某個變數只能… Read more »
列舉 把一些數值用字串表示, 方便記憶, 並設定某個變數只能… Read more »
位址 每byte都有一個位址 & : 取址運算子,陣… Read more »
函式 Basic中,無傳回值叫副程式,有傳回值叫函數。但C統… Read more »
為什麼要使用陣列 當大量同類型資料需要儲存時,就必需使用陣列… Read more »
while 語法 : while(條件式){} while的… Read more »
單向選擇 if(條件式){} : 條件式運算出 true o… Read more »
運算元、運算子與運算式 運算式由運算元跟運算子組合而成 運算… Read more »
C/C++ 是所有程式語言的基礎,也是最接近電腦的語言。如果… Read more »
Q181 Given: interface Quackabl… Read more »
Q161 Given the interface inter… Read more »