This document discusses different types of operators in C programming language including mathematical, relational, logical, assignment, unary, increment/decrement, bitwise, ternary, and grouping operators. It provides examples of common operators like +, -, *, /, >, <, ==, !, &&, ||, +=, *, size of, <<, >>, &, |, ~, and lists their operations and usages.
Related topics: