Home C Programming Language C Operators

C Operators

Arithmetic Operators - C programming language supports almost common arithmetic operator such as +,-,* and modulus operator %

C Assignment Operators - C assignment operators are used to assigned the value of a variable or expression to a variable.

Bitwise Operators - Bitwise operators interpret operands as strings of bits.

C Increment Operators - We can use increment operator to increase or decrease the value of variable.

C Logical Operators - Logical operators allow us to combine mutilple relational operators or logical operators into one boolean result.

C Relational Operators - Relational operators in C programming language are used in boolean conditions or expression and returns true or false.

C Ternary Operator - C ternary operator is a shorthand of combination of if and return statement.