InterviewSolution
Saved Bookmarks
| 1. |
Write some characteristics of algorithm. |
|
Answer» Some characteristics of the algorithm are : 1. Each and every instruction should be short and clear. 2. Each instruction should be such that it can be performed in a finite time. 3. One or more instructions should not be repeated infinitely. 4. After performing the instructions the desired result must be obtained. |
|