Q. Choose a correct statement regarding C Comparison Operators. (A) (x == y) Is x really equal to y. (x != y) Is x not equal to y. (B) (x < y) Is x less than y (x > y) Is x greater than y (C) (x <= y) Is x less than or equal to y. (x >= y) Is x greater than or equal to y (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above