Operator and operand:C Programming Language - Part 2
Operator and operand
In the previous sections, we have entered a value in a variable. We've used the same equals sign. The equal sign is the operator, which is called Equal to Operator. There are many more operators in addition to Equal. In this chapter we will know about them.
Operators are the operators who work on the variable or the data that we call Operand. Some operators require an operand. Some operators require two operands.
Operators in C programming:
Assignment Operator
Mathematical operator
Unani operator
Logical operator
Conditional operator
No comments