c語言雜亂筆記1

數據類型以及棧堆 宏定義的位運算 關鍵在於利用取反左右移得到那個特定數 指針 左右值 野指針 函數形參 函數指針的調用 typedef的用法 與const結合時 typedef與const (1)typedef int *PINT; const PINT p2; 相當於是int *const p2; (2)typedef int *PINT; PINT const p2; 相當於是int *con
相關文章
相關標籤/搜索