This document discusses various operators in C programming language. It describes arithmetic operators like addition, subtraction, multiplication, division and modulus. It also covers logical/relational operators that are used to compare values, such as ==, !=, >, <, >=, <=. Examples are provided to demonstrate how each operator works and the output obtained when using them in sample code snippets.