1.

Which of the following is the better approach to do the operation i = i * 16?

A. Multiply I by 16 and keep it
B. Shift left by 4 bit
C. Add I 16 times
D. Shift right by 4 bit
Answer» C. Add I 16 times


Discussion

No Comment Found