Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
What are the 5 operators?
Contents
- What is operator explain any 5 operator?
- What are the 5 relational operators?
- What are the types of operator?
- What are examples of operators?
What is operator explain any 5 operator?
CategoryOperatorAssociativityLogical AND&&Left to rightLogical OR||Left to rightConditional?:Right to leftAssignment= += -= *= /= %=>>= <<= &= ^= |=Right to left
What are the 5 relational operators?
The relational operators are < , > , <= , >= , == , and != . True if x is less than y, otherwise false. True if x is greater than y, otherwise false.
What are the types of operator?
Types of operatorsAssignment Operator.Mathematical Operators.Relational Operators.Logical Operators.Bitwise Operators.Shift Operators.Unary Operators.Ternary Operator.Operators in C++ - Studytonight
What are examples of operators?
OperatorDescriptionExample+Adds two operands.A + B = 30−Subtracts second operand from the first.A − B = -10*Multiplies both operands.A * B = 200/Divides numerator by de-numerator.B / A = 2
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours