<<< Previous question <<< Question ID#0776.md >>> Next question >>>
What is the result of tht following code?
echo 1 <=> 2;
echo 'aa' <=> 'zz';
echo [1,2,3] <=> [7,8,9];
- A) -1-1-1
- B) truetruetrue
- C) falsfalsfals
- D) nullnullnull
Answer
Answer: A
What is the result of tht following code?
echo 1 <=> 2;
echo 'aa' <=> 'zz';
echo [1,2,3] <=> [7,8,9];
Answer: A