当前位置:网站首页>c语言函数形参自增自减情况分析
c语言函数形参自增自减情况分析
2022-07-04 19:56:00 【hugo33】
在看前人留下的代码时看到了这样的函数:
当时就在想这个性参数传进去之后的值是什么呢?有点没想明白,后面查阅了这篇文章大致就明白了:
https://blog.csdn.net/salman_tan/article/details/86168767
如果形参uiSendNoAck的初值为0,那么在传进去之后,使用该值的时候,应该是该变量自增之前的值,也就是0, 但是如果将该变量的地址传进去,也就是传&uiSendNoAck,那么使用该变量就是自增之后的值,也就是1。我们可以这么理解,形参传进去之后会有一个临时变量产生,该临时变量的值就是该形参传递时候的值,传递完了之后该形参才自增。因此在函数里面使用这个值是自增前的,使用该变量的地址,就是自增之后的。
边栏推荐
- Implementation of redis distributed lock
- go defer的使用说明
- Advantages of RFID warehouse management system solution
- In the face of the same complex test task, why can the elder sort out the solution quickly? Ali's ten-year test engineers showed their skills
- 【微服务|SCG】Predicate的使用
- 伦敦银走势图分析的新方法
- Quelques suggestions pour la conception de l'interface
- 多模輸入事件分發機制詳解
- BFC面试简述
- heatmap.js图片热点热力图插件
猜你喜欢
PS竖排英文和数字文字怎么改变方向(变竖直显示)
《动手学深度学习》(三) -- 卷积神经网络 CNN
Four traversal methods of binary tree, as well as the creation of binary tree from middle order to post order, pre order to middle order, pre order to post order, and sequence [specially created for t
What if the computer page cannot be full screen? The solution of win11 page cannot be full screen
TweenMax表情按钮js特效
What if the WiFi of win11 system always drops? Solution of WiFi total drop in win11 system
What should I do if my computer sharing printer refuses access
How does wincc7.5 SP1 find variables and their positions through cross indexing?
Pytorch---使用Pytorch实现LinkNet进行语义分割
Leetcode+ 81 - 85 monotone stack topic
随机推荐
HWiNFO硬件检测工具v7.26绿色版
HMS Core 机器学习服务
实操自动生成接口自动化测试用例
WinCC7.5 SP1如何通过交叉索引来寻找变量及其位置?
易周金融 | Q1保险行业活跃人数8688.67万人 19家支付机构牌照被注销
LeetCode 871. Minimum refueling times
接口設計時的一些建議
idea恢复默认快捷键
哈希表、哈希函数、布隆过滤器、一致性哈希
Flet tutorial 07 basic introduction to popupmenubutton (tutorial includes source code)
render函数与虚拟dom
记一次重复造轮子(Obsidian 插件设置说明汉化)
uniapp 富文本编辑器使用
工厂从自动化到数字孪生,图扑能干什么?
idea配置标准注释
ACM组合计数入门
接口设计时的一些建议
How to solve the problem that win11 cannot write the value to the registry key?
Go notes (3) usage of go language FMT package
LeetCode+ 81 - 85 单调栈专题