What are the advantages of code optimization?
Code optimization tends at enhancing the execution efficiency of a program. It is achieved in two manners. Redundancies in a program are removed and computations in a program are rearranged to make this execute efficiently. The optimized program includes 25 percent less storage and executes three times as quick as the unoptimized program.