Computer Science, asked by monaverma, 3 months ago

E. Answer the following questions:
1. What is the function of Remainder command?​

Answers

Answered by Anonymous
2

r = rem( a , b ) returns the remainder after division of a by b , where a is the dividend and b is the divisor. This function is often called the remainder operation, which can be expressed as r = a - b.

Answered by DeepakUgalePatil
0

Answer:

in c++

remainder(x,y);

x - The value of numerator.

y - The value of denominator.

Similar questions