From dd55825a4eab7d69108884f2f7226541187560b9 Mon Sep 17 00:00:00 2001 From: Nisu08 <44525728+Nisu08@users.noreply.github.com> Date: Mon, 15 Apr 2019 15:56:29 +0530 Subject: [PATCH] In Line 5 (#30435) --- guide/english/c/operators/index.md | 1 + 1 file changed, 1 insertion(+) 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