The document discusses various types of operators in C programming language. It describes arithmetic, conditional, bitwise, relational and logical operators. For arithmetic operators, it explains integer, real and mixed-mode arithmetic. For bitwise operators, it provides details about logical operators like AND, OR and XOR as well as shift operators. It also discusses one's complement operation. The document serves as a report submitted to provide information about different categories of operators supported in C language.