Write code for a function mul3div4 that, for integer argument x, computes 3*x/4, but following the bit-level integer coding rules (page 128). Your code should replicate the fact that the computation 3*x can cause overflow.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.