当前位置:网站首页>指针常量与常量指针 巧记
指针常量与常量指针 巧记
2022-08-05 05:24:00 【毕竟是shy哥】
从右往左看,const右边是谁,谁就不能改变!!
- 怎么读呢,const表示常量,*表示指针,按照先后顺序连起来读就可以了。
- 常量指针
int const * p1=&number;
速记: p1表示指针,*p1表示内容,即“const内容”,内容是常量,即内容不可以修改(可以修改p1的指向)
2. 指针常量
int * const p1=&number;
速记:p1是指针,const p1,即“常量p1”,也就是p1不可以修改,即p1的指向不可以修改(可以通过p1修改其内容)
边栏推荐
- input detailed file upload
- 初识网页与浏览器
- Transformer interprets and predicts instance records in detail
- 程序员应该这样理解I/O
- Mina disconnects and reconnects
- Dry!Teach you to use industrial raspberries pie combining CODESYS configuration EtherCAT master station
- Successful indie developers deal with failure & imposters
- Configuration of routers and static routes
- Tencent Internal Technology: Evolution of Server Architecture of "The Legend of Xuanyuan"
- Transformer详细解读与预测实例记录
猜你喜欢
Chengyun Technology was invited to attend the 2022 Alibaba Cloud Partner Conference and won the "Gathering Strength and Going Far" Award
BIO, NIO, AIO practical study notes (easy to understand theory)
time complexity and space complexity
教您简单几步实现工业树莓派正确安装RS232转USB驱动
What are some things that you only know when you do operation and maintenance?
多行文本省略
Tencent Internal Technology: Evolution of Server Architecture of "The Legend of Xuanyuan"
Teach you simple steps to achieve industrial raspberries pie properly installed RS232 USB drive
RAID disk array
ALC experiment
随机推荐
错误类型:反射。ReflectionException:无法设置属性“xxx”的“类”xxx”与价值“xxx”
NAT experiment
[问题已处理]-jenkins流水线checkout超时
config.js相关配置汇总
DevOps流程demo(实操记录)
User and user group management, file permission management
Mina's long and short connections
LinkSLA insists that users come first and creates a sustainable operation and maintenance service plan
The use of three parameters of ref, out, and Params in Unity3D
Insight into the general trend of the Internet, after reading this article, you will have a thorough understanding of Chinese domain names
The problem come from line screening process
智能运维会取代人工运维吗?
Autoware--Beike Tianhui rfans lidar uses the camera & lidar joint calibration file to verify the fusion effect of point cloud images
大小屏适配
The size of the screen adaptation
618, you may be able to wake up a little bit
网络排错基础-学习笔记
What is the website ICP record?
Tencent Internal Technology: Evolution of Server Architecture of "The Legend of Xuanyuan"
带你深入了解Cookie