Vidyalelo
Data Structure · Q264

Sorting Algorithms

Programming · Data Structure · question 264

Q264

In C, what are the basic loops required to perform an insertion sort?

A.
do- while
B.
if else
C.
for and while
Answer
D.
for and if

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board