The const keyword is used as a qualifier to the following data types - int float char double struct. const int degrees = 360; const float pi = 3.14; const char ...
確定! 回上一頁