This document discusses the different types of operators in C programming language. It covers arithmetic operators like addition, subtraction, multiplication and division. Relational operators like less than, greater than, equal to are explained. Logical operators AND, OR and NOT are presented. Assignment operators, increment/decrement operators and conditional operators are defined. Special operators like comma operator are also introduced. The document provides examples and explanations of each operator type to help understand how they work in C code.