Question: What is the primary disadvantage of using Quick Sort?
Options:
Correct Answer: It is not stable
Solution:
The primary disadvantage of Quick Sort is that it is not a stable sorting algorithm.