Question: Which optimization technique involves removing code that does not affect the program\'s output?
Options:
Correct Answer: Dead code elimination
Solution:
Dead code elimination is the optimization technique that removes code that does not affect the program\'s output.