BIT BY BYTE
Card 1 of 28

Question

What does DIV do? Give an example.

tap to flip

Answer

DIV performs integer division โ€” gives the whole number result, discarding the remainder. Example: 17 DIV 5 = 3 (because 17 รท 5 = 3 remainder 2).