MCQ
Q.
Which optimization technique is used to reduce the multiple jumps?
Correct Answer: B
The peephole optimization technique is used to reduce the memory footprint and the size of code. It is also used to improve the program performance.