Question: What does dead code elimination refer to?
Options:
Correct Answer: Removing code that is never executed
Solution:
Dead code elimination refers to removing code that is never executed, which can help reduce the size of the code.