There are 8 types of operators in C language: arithmetic, logical, bitwise, increment/decrement, relational, assignment, conditional, and special. The document provides details on each operator type, including their symbols and usage. It also includes examples of programs using various operators and their output.