<<< Previous question <<< Question ID#0727.md >>> Next question >>>
What happens when you run the script below ?
if(-1)
echo 'TRUE';
else
echo 'FALSE';
- A) The script echoes: "TRUE"
- B) The script echoes: "FALSE"
- C) Syntax Error
- D) x
Answer
Answer: A