0
26kviews
Explain loop optimization with example.
1 Answer
0
365views

Optimization

  • Optimization is a program transformation technique, which tries to improve the code by making it consume less resources (i.e. CPU, Memory) and deliver high speed.
  • In optimization, high-level general programming constructs are replaced by very efficient low-level programming codes.
  • A code optimizing process must follow the three rules given …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.