What is an operator describe different types of operators?
Answers
Answered by
11
Hey dear...
Here is your answer...
✔️OPERATOR
An operator is a symbol or a special character that tells the computer to perform certain mathematical or logical manipulations which is applied to operands to give a result.It can operate on integer and real numbers.
✔️Various types of Operators
C supports a rich set of operators. C operators can classified as
Arithmetic Operators
Relational Operators
Logical Operators
Assignment Operators
Arithmetic assignment Operators
Increment and Decrement Operators
Conditional Operator
Bitwise Operators
Special Operators
...... ALONE BUT HAPPY......
Hope it helps you!!!!
Here is your answer...
✔️OPERATOR
An operator is a symbol or a special character that tells the computer to perform certain mathematical or logical manipulations which is applied to operands to give a result.It can operate on integer and real numbers.
✔️Various types of Operators
C supports a rich set of operators. C operators can classified as
Arithmetic Operators
Relational Operators
Logical Operators
Assignment Operators
Arithmetic assignment Operators
Increment and Decrement Operators
Conditional Operator
Bitwise Operators
Special Operators
...... ALONE BUT HAPPY......
Hope it helps you!!!!
Answered by
4
Operator:
- An operator is a special symbol or a function that is applied with any operands to calculate new values. There are six types of operators.
- Assignment operators - Addition assignment (+=), Subtraction assignment (-=) etc.
- Arithmetic operators - Addition (+), Subtraction (-), multiplication (*) etc.
- Bitwise operators - Bitwise AND (&), Bitwise OR (|) etc.
- Logical operators - AND operators (&&), OR operator (||) etc.
- Miscellaneous operators - size of, pointer (*), etc.
- Relational operators.
Learn more about Operators
What are operators ?what is its function
https://brainly.in/question/10709447
The unary operator type of returns .......... if the operand value is Null
https://brainly.in/question/11594866
Similar questions