12. In sorting algorithms, distinguish between merge sort and quick sort.
The distinctions between rapid sort and merge are as follows:
13. In the context of OOPs programming, what do you mean by an entry controlled loop?
If the condition or expression at the point of entry becomes true, control is passed to the body of the loop. This type of loop is known as an "entry control loop" since it governs loop entry.