Fixed a simple typo. (#24169)
This commit is contained in:
@ -4,7 +4,8 @@ title: Operators
|
||||
# Operators in C
|
||||
|
||||
## 1. Arithmetic Operators
|
||||
- `+` Adds to operands (values)
|
||||
|
||||
- `+` Adds two operands (values)
|
||||
```C
|
||||
int a = 6;
|
||||
int c = a + 1; // c = 7
|
||||
|
Reference in New Issue
Block a user