The arithemetic operator % is used to find ........................ In c++
Answers
Answered by
0
hey dear!
Here is your answer- - - - - - - - >
The % operator finds the modulus of its first operand with respect to the second. That is, it produces the remainder of dividing the first by the second. For example, 19 % 6 is 1because 6 goes into 19 three times, with a remainder of 1.
Here is your answer- - - - - - - - >
The % operator finds the modulus of its first operand with respect to the second. That is, it produces the remainder of dividing the first by the second. For example, 19 % 6 is 1because 6 goes into 19 three times, with a remainder of 1.
Similar questions