Operators are the symbol which are used to perform mathematical, logical and other operations on the operands.
Types of operators in C language -
+
-
*
/
%
++
--
==
!=
>
<
>=
<=
&&
||
!
&
|
^
<<
>>
=
+=
-=
*=
/=
%=
expression 1 ? expression 2 : expression 3
sizeof