当前位置:网站首页>C language left value and right value description [easy to understand]
C language left value and right value description [easy to understand]
2022-07-25 21:50:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
The left value : The name or expression used to calibrate a specific data object .
there Data objects Refers to the data storage area . And C++ There are differences between the objects facing the objects .
therefore , An lvalue refers to an address in memory .
But some variables cannot modify the value in memory , Like using const Variables created by qualifiers . To distinguish from these variables , The modifiable object is called Modifiable lvalue .
So the assignment operator = The left side of should be a modifiable lvalue .
Right value : The quantity that can be assigned to the modifiable lvalue . The right value cannot be the left value itself . The right value can be a constant 、 Variable 、 Expression or function return value, etc .
for example
year = 2020; here year Is a modifiable lvalue , and 2020 Is a modifiable right value .
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/127919.html Link to the original text :https://javaforall.cn
边栏推荐
- golang : MVC之models
- 狗粮的成分
- Naming rules for BSP of Quanzhi chip
- New maixhub deployment (v831 and k210)
- Zero basic learning canoe panel (17) -- panel CAPL function
- 如何用 Redis 实现分布式锁的?
- Automatic assembly and fuse degradation of feign
- Isn't it too much to play Gobang in idea?
- ONEFLOW V0.8.0 officially released
- PE format: analyze and implement IATHOOK
猜你喜欢

How to implement distributed locks with redis?

pyqt5使用pyqtgraph绘制多个Y值散点图

Pyg tutorial (8): calculate a more efficient sparse matrix form
![[interview: concurrent 25: multithreading: volatile] visibility](/img/03/6b44242a019775222fdf9c7a920ae5.png)
[interview: concurrent 25: multithreading: volatile] visibility

GPON介绍及华为OLT网关注册配置流程
![[leetcode ladder] linked list · 876 find the middle node of the linked list](/img/72/d3e46a820796a48b458cd2d0a18f8f.png)
[leetcode ladder] linked list · 876 find the middle node of the linked list

分享|智慧消防应急管理平台解决方案(附PDF)
![PHP zero time task, PHP laravel time task schedule [dry goods]](/img/09/c9a4c83fe23c852aa76a6f5a6cea52.png)
PHP zero time task, PHP laravel time task schedule [dry goods]
![[redis underlying parsing] string type](/img/a6/47083b033125195ebaf80090919fe2.png)
[redis underlying parsing] string type

PE format: analyze and implement IATHOOK
随机推荐
狗粮的成分
Pyqt5 use pyqtgraph to draw multiple y-value scatter plots
919. 完全二叉树插入器 : 简单 BFS 运用题
少儿编程 电子学会图形化编程等级考试Scratch一级真题解析(判断题)2022年6月
How to use RS485 half duplex chip correctly
立创EDA——器件的创建01-电阻(二)
2022 latest examination questions and answers of eight members (standard staff) of Shanghai Architecture
C#常见的集合
Research: more than 70% of doctors are still prescribing unsafe antibiotic drugs
Mysql8.0 MHA to achieve high availability "MHA"
Guys, how can Flink SQL submit tasks in per job mode?
Dear bosses, how can I print the result of Flink SQL to the console and display it completely?
PHP zero time task, PHP laravel time task schedule [dry goods]
Experience sharing of system architecture designers preparing for the exam: from point to surface
The adequacy of source evaluation forum · observation model test
分享|智慧消防应急管理平台解决方案(附PDF)
Basic knowledge in the project
Share | intelligent fire emergency management platform solution (PDF attached)
My heart's broken! After being cheated by 30000, a 16-year-old girl was unconvinced and cheated by 50000
[51Nod1676 无向图同构]无向图哈希[通俗易懂]