Question

"Dead code elimination" is an optimization that removes:

A Code that is unreachable.
B Code whose results are never used.
C Both A and B.
D Only comments from the source code.
E Redundant computations.
Practice Next

Hey! Ask a query