There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
The right answer is D due to the following reasons:
1) The option A and B, are incorrect because when you compare two clusters, the result will be a cluster of booleans and each element of the cluster will maintain the label of the previous couple of clusters (Both of them had to be exactly equal to be compared).
2) Since the numeric comparisons of 0>=1 and 1>=2, are both false, the option C is incorrect.
It does depend on the cluster order. But the important note here is that the cluster order can be different in the indicators than the comparison outputs. And you will not have a coercion or error since the compiler only cares about the data types, not the labels.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions Unofficial Forum Rules and Guidelines "Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5