Hello friends!!!!!
C Operators
C LANGUAGE
10/6/20241 min read
An operator is simply that is used to perform operations. There can be many types of operations like arithmetic, logical, bit-wise, etc.
There are following types of operators to perform different types of operations in C language.
Arithmetic Operators
Relational Operators
Shift Operators
Logical Operators
Bit-wise Operators
Ternary or Conditional Operators
Assignment Operator
Misc Operator
Precedence Of Operators in C
The Precedence of operator species that which operator will be evaluated first and next. The associativity specifies the operator direction to be evaluated; it may be left to right (or) vice versa.