Computer Science, asked by roopladdi4956, 11 months ago

An operator does not need any operand to perform any operations

Answers

Answered by vanshijindal1999
4

Answer:

Operators are symbols that tell the compiler to perform specific mathematical or logical manipulations. In this tutorial , we will try to cover the most commonly used operators in programming.

1.arithmetic

2.relational

3.logical

etc..

Explanation:

Symbol Operation Usage Explanation

+          addition           x+y Adds values on either side of the operator

-          subtraction   x-y         Subtracts the right hand operand from the left hand operand

*          multiplication   x*y Multiplies values on either side of the operator

/           division         x/y          Divides the left hand operand by the right hand operand

%           modulus x%y          Divides the left hand operand by the right hand operand and returns remainder

Answered by AskewTronics
7

False is the correct answer for the above question.

Explanation:

Missing value :

  • The above question does not states that the question is type of true false question.

Detailed Explanation :

  • The operator is used to perform any operation when it is fixed with the operands. In other word we can also say that the operands needs a operator when it wants to change its value or needs to cretate a new value.
  • For example, if a user wants to add the two value then he needs a adiition operator.
  • The above question said that there is no needs a operands for any operator, which is a false statement.

Learn More :

  • Operator : https://brainly.in/question/641029
Similar questions