Constants refer to fixed values that cannot be altered during program execution. They include integer, floating point, character, and string literals. Constants are defined using the #define preprocessor or const keyword and are treated like regular variables except their values cannot change. Common operators in C include arithmetic, relational, logical, and bitwise operators that perform math, comparison, logic and bit manipulation functions.