E. Answer the following questions:
1. What is the function of Remainder command?
Answers
Answered by
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
0
Answer:
in c++
remainder(x,y);
x - The value of numerator.
y - The value of denominator.
Similar questions