diff --git a/guide/english/c/operators/index.md b/guide/english/c/operators/index.md index f3cc4f9e0c..2ecf12c064 100644 --- a/guide/english/c/operators/index.md +++ b/guide/english/c/operators/index.md @@ -2,6 +2,7 @@ title: Operators --- # Operators in C +Operators in C specifies the Mathematical, Conditional and Logical Operations to be Performed. Operators can be used with varibles and constants to form an expression. ## 1. Arithmetic Operators