当前位置:网站首页>Pengge C language lesson 4 (3)
Pengge C language lesson 4 (3)
2022-07-26 10:43:00 【ZhuMou】
One . The operator
| Binocular operator | effect |
| +,-,*,/,% | Addition, subtraction, multiplication, division and remainder |
| = | assignment |
| +=,-=,*=,/=,%= | Compound assignment |
| <<,>> | Move left 1 position , Move right 1 position |
| &,|,^ | Bitwise AND , Press bit or , Bitwise XOR |
| ==,<,>,<=,>=,!= | Relational operator |
| Monocular operators | effect |
| ++ | Self increasing |
| -- | Self reduction |
| ! | Logic reverses |
| sizeof() | Calculated variables ( Including arrays )/ Memory size occupied by type ( byte ) |
| - | Take the negative |
| & | Address fetch |
| ~ | According to the not |
| * | Indirect access operators |
| + | Correct |
| (datatype) | Cast cast character |
For operators , There are several important points :
1. Operands
2. Combining order
3. priority
4. Some operators do not change the value of the operand , And some will change ( Such as ++,--). The expression formed by operator and operand has its value , And this value is often what we need .
边栏推荐
- $router和$route的区别
- 【机器学习小记】【风格迁移】deeplearning.ai course4 4th week programming(tensorflow2)
- 鹏哥C语言20210811程序结构作业
- Parallelism, concurrency and several directions for high concurrency optimization
- Flutter TextField设置高度并且自动换行,圆角边框去除下划线
- Oracle create index
- 2021-08-12函数递归_和鹏哥学习C语言
- 控制随机抽中几率 [ C# | Random ]
- 一文详解Nodejs中fs文件模块与path路径模块
- .net operation redis set unordered collection
猜你喜欢

第8期:云原生—— 大学生职场小白该如何学

工厂模式详解
![[leetcode daily question 2021/8/30]528. Choose randomly by weight [medium]](/img/13/c6cb176d7065035f60d55ad20ed1bf.png)
[leetcode daily question 2021/8/30]528. Choose randomly by weight [medium]

在神州IV开发板上为STemWin 5.22加入触屏驱动

Flutter编译报错 version of NDK matched the requested version 21.0.6113669. Versions available locally: 2
![[leetcode每日一题2021/8/31]1109. 航班预订统计【中等】差分数组](/img/9d/5ce5d4144a9edc3891147290e360d8.png)
[leetcode每日一题2021/8/31]1109. 航班预订统计【中等】差分数组

2021-08-12函数递归_和鹏哥学习C语言

Add touch screen driver for stemwin 5.22 on Shenzhou IV development board

【机器学习小记】【搭建循环神经网络及其应用】deeplearning.ai course5 1st week programming(keras)

Centos8 (liunx) deploying WTM (asp.net 5) using PgSQL
随机推荐
[machine learning notes] [style transfer] deeplearning ai course4 4th week programming(tensorflow2)
剑指Offer(四十四):翻转单词顺序序列
Dry goods likeshop takeout order system is open source, 100% open source, no encryption
.net operation redis list list
Sql Server 数据库之完整性约束
Redis special data type usage scenarios
[leetcode daily question 2021/2/18] [detailed explanation] minimum number of turns of 995. K continuous bits
鹏哥C语言20210811程序结构作业
RT-Thread 学习笔记(五)---编辑、下载、调试程序
【机器学习小记】【风格迁移】deeplearning.ai course4 4th week programming(tensorflow2)
[转]ArcGIS中判断两个Geometry之间的关系
[leetcode每日一题2021/4/29]403. 青蛙过河
Parallelism, concurrency and several directions for high concurrency optimization
sigmod 函数与softmax 函数对比
Flutter报错 Incorrect use of ParentDataWidget When the exception was thrown, this was the stack:
$router和$route的区别
SQL Server 之Sql语句创建数据库
.net operation redis sorted set ordered set
Asynctask < T> decoration and await are not used in synchronous methods to obtain asynchronous return values (asynchronous methods are called in synchronous methods)
Issue 7: how do you choose between curling up and lying flat