InterviewSolution
Saved Bookmarks
| 1. |
Why are algorithms important in C program? |
|
Answer» It is a mandatory step to CREATE an algorithm before writing any program in C. An algorithm gives step-by-step GUIDELINES on how a SOLUTION can be achieved and also serves as a blueprint on how a program should start or end, including what PROCESSES and computations must be INVOLVED. |
|