What is Operator of C Language
Ans An operator is a symbol used to perform operations in given Programming Language. we will look into operators used in the C Programming Language.
- Unary Operator.= Single Operand are called Unary operator.
- Binary operator = Two Operand are called Binary operator.
- Ternary Operator = Ternary Operand are called Ternary operator(Conditional Operator).