Question: Which of the following optimizations can be performed on intermediate code?
Options:
Correct Answer: Dead code elimination
Solution:
Dead code elimination is an optimization technique that can be applied to intermediate code to remove code that does not affect the program\'s output.