C-16-Q094mediumsingle_mcq
The division operator / divides the:
The division operator / divides the:
- aright variable by the left variable
- bleft variable by the right variable
- calways larger by the smaller
- dvariables by 10
ব্যাখ্যা
By convention the division operator divides the left operand by the right operand, so a / b computes . The order matters because division is not commutative.