Q. What will be the output of: echo 10 <=> 20; (A) -1 (B) 0 (C) 1 (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) -1 Explanation: The spaceship operator returns -1 if left is less than right.