Computer Science, asked by misbarizvi785, 4 months ago

...which operator is used to find the quotient.

%

/

none of the above​


kapil172005: hlo
patelhrishikesh01: I have answered ur question, have a look once

Answers

Answered by patelhrishikesh01
1

Answer:

None of the above

Explanation:

You should use  // ( floor division ) for the given purpose.

This is valid for Python language .

Answered by KailashHarjo
0

/ operator is used to find the quotient. Option (B) is the correct answer.

  • When the dividend and the divisor are the left and right operands, respectively, of the division operator (/), the result is the quotient of the operands.
  • The quotient is then evaluated with /, and it is saved in quotient. quotient is calculated as dividend divided by divisor, and the remaining amount is then calculated using the modulo operator (%) and saved in the variable remainder.
  • An operator is a symbol that instructs the compiler to carry out particular logical or mathematical operations.
  • A wide range of built-in operators are supported by the C language. An operator is a unique symbol that instructs the compiler to carry out particular logical or mathematical operations. Programming language operators are inspired by mathematical concepts.
  • An arithmetic operator applies mathematical operations to numerical values, such as addition, subtraction, multiplication, and division (constants and variables).

To learn more:

https://brainly.in/question/6881089

https://brainly.in/question/37763775

#SPJ2

Similar questions