described assignment operator (#32080)
described use of asssignment operator in c program.
This commit is contained in:
committed by
Christopher McCormack
parent
1be1f430b3
commit
b55c50c6cf
@ -163,7 +163,7 @@ int main()
|
|||||||
RESULT = 00110
|
RESULT = 00110
|
||||||
```
|
```
|
||||||
|
|
||||||
## 5. Assignment Operators
|
## 5. Assignment Operators: Assigns a value to given variable.
|
||||||
- `=`
|
- `=`
|
||||||
```C
|
```C
|
||||||
int a = 7; // 'a' is going to be equal to 7
|
int a = 7; // 'a' is going to be equal to 7
|
||||||
|
Reference in New Issue
Block a user