define the classification of operators in c


Define the Classification of Operators in C Language?

Depending on the function performed the operator can be classified as

1. Arithmetic Operator
2. Logical Operator
3. Increment and Decrement Operator
4. Bit wise Operator
5. Modulo Division Operator
6. Conditional
7. Relational
8. Assignment

In addition to this classification the operators can also be designated as unary, binary or ternary depending on whether they operate on one, two or three operators respectively and the data items that operators act upon are called as operands. 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: define the classification of operators in c
Reference No:- TGS0304643

Expected delivery within 24 Hours