InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following statements is the basic for loop for a shell sort algorithm?(a) for(increment=N/2;increment>0;increment/=2)(b) for(i=1;i=0;i- -)(d) for(i=0;i< n;i++;numelements- -)Please answer this question soon. |
|
Answer» Correct answer is (a) for(INCREMENT=N/2;increment>0;increment/=2) |
|