「胡適日記」
今天下午又打牌ide
簡單操做符
exp1? exp2: exp3
逗號表達式
exp1,exp2,exp3,....expN
下邊引用、函數調用和結構成員
[] () . ->
常見關鍵詞
auto break case char comst continue default do double else enum extern loat for goto if int long register return short signed sizeof static struct switch typedef union unsigned void volatile while
指針函數
指針變量的大小
結論:指針大小在31位平臺是4個字節,64位平臺是8個字節指針