11
0
2
668
1
一、const 修飾普通類型的變量 例:const int a = 7; a被定義為一個(gè)常量,不能再被賦值。 二、const 修飾指針變量 1.const修飾指針指向的內(nèi)容,...