Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) do- while
b) if else
c) for and while
d) for and if