Question: If two elements belong to different sets in a Disjoint Set Union, what will the \'Find\' operation return for each element?
Options:
Correct Answer: Different roots
Solution:
If two elements belong to different sets, the \'Find\' operation will return different roots for each element.