Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 389 Bytes

0776.md

File metadata and controls

22 lines (17 loc) · 389 Bytes

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