const int 和INT const区别
生活随笔
收集整理的這篇文章主要介紹了
const int 和INT const区别
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
const int 和INT const區(qū)別
2010-04-09 23:26
const int a = 5; 沒區(qū)別 1。int* const 2。const int* 3。int const* 這三個(gè)2,3是一樣的,都是指向const值的指針 1是指針是const的。 |
總結(jié)
以上是生活随笔為你收集整理的const int 和INT const区别的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【Java】模拟分组交换网络的时延、丢包
- 下一篇: 【数据结构与算法】实验 编写双链表的结点