Q:

Which statement will output $x on the screen?

belongs to collection: BASICS OF PHP MCQ

0

Which statement will output $x on the screen?


  1. echo “$x”;
  2. echo “$$x”;
  3. echo “/$x”;
  4. echo “$x;”;

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).echo “$x”;

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

BASICS OF PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be the output of the following code?... >>
<< Which of the below statements is equivalent to $ad...