Code that is never executed is known as dead code. The Typically, the presence of dead code often indicates that a logic error has occurred . Typically, this error is an as a result of changes to the program or assumptions made by the programa program over time. Dead code is often usually optimized out of a program during compilation. However, to improve readability and ensure that logic errors are resolved dead code should be identified, understood, and removed from a program.
...