Operators in C language are used to perform operations in a computer program. There are several types of operators including mathematical, relational, bitwise, conditional, and logical operators. Logical operators process the logic of statements and include logical NOT (!) which reverses a statement's result, logical OR (||) which returns true if one of two statements is true, and logical AND (&&) which returns true only if both statements are true.