Pregunta de entrevista de Fannie Mae

coding question: write a function that divide two integers without using the division operator to get the remainder and quotient

Respuesta de la entrevista

Anónimo

3 mar 2022

bitwise operator: right shift for quotien and modulo for remainder. you can use a loop and increment the count...