c語言const用法總結

這裏講的是c中的const不是cpp中的c++ int const a 等價於 int const b函數 char * const p 表示指針變量p中的地址不可被修改指針 const char *p  表示指針p指向的內存空間不可被修改code const chat * const p 表示指針變量和指向的內存空間都不可被修改blog   可是在c語言中const實際上是個僞命題 由於它只是將
相關文章
相關標籤/搜索