Computer Science, asked by rimshairfan844, 4 days ago

(floor division) is same as/(division).
b. False
c. In some cases, yes
a.
True
d. None of these​

Answers

Answered by WarMax
6

Answer:

b)false

Explanation:

Floor division returns the quotient(answer or result of division) in which the digits after the decimal point are removed. But if one of the operands(dividend and divisor) is negative, then the result is floored, i.e., rounded away from zero(means, towards the negative of infinity).

Answered by khushijindal58020
3

Explanation:

floor division is a normal division operation axcept that it returns the largest possible integer this integer is either less than or equal to the normal division result

Similar questions