Operators and Expression in C
In this post we are going to explain about various Operators available in C language, and expressions to use them. Introduction C language has a wide range of operators which are built in. An Operator is a symbol that tells the computer to perform certain mathematical or logical manipulations . Operators are used in programs to manipulate data and variables.They usually form a part of the mathematical or logical expression. C operators are classified into eight different categories: Arithmetic Operators Relational Operators Logical Operators Assignment Operators Increment and decrement Operators Conditional Operators Bitwise Operators Special Operators