Sail E0 Webinar

MCQs

Total Questions : 131 | Page 2 of 14 pages
Question 11. What will be the output of the following PHP code ?
  1.    red
  2.    green
  3.    red green
  4.    redgreen
 Discuss Question
Answer: Option D. -> redgreen
Question 12. What will be the output of the following PHP code ?
  1.    redgreen
  2.    red green
  3.    0
  4.    error
 Discuss Question
Answer: Option C. -> 0
Question 13. What will be the output of the following PHP code ?
  1.    red1
  2.    red 1
  3.    0
  4.    1
 Discuss Question
Answer: Option D. -> 1
Question 14. What will be the output of the following PHP code ?
  1.    redgreen
  2.    red green
  3.    0
  4.    1
 Discuss Question
Answer: Option C. -> 0
Question 15. What will be the output of the following PHP code ?
  1.    11
  2.    2
  3.    0
  4.    1
 Discuss Question
Answer: Option B. -> 2
Question 16. What will be the output of the following PHP code ?
  1.    1grey
  2.    grey
  3.    0
  4.    red1grey
 Discuss Question
Answer: Option A. -> 1grey
Question 17. What will be the output of the following PHP code ?
  1.    This, was, a, bad, idea
  2.    This was a bad idea
  3.    Thiswasabadidea
  4.    Error
 Discuss Question
Answer: Option C. -> Thiswasabadidea
Question 18. What will be the output of the following PHP code ?
  1.    This, was, a, bad, idea
  2.    This was a bad idea
  3.    Thiswasabadidea
  4.    Error
 Discuss Question
Answer: Option C. -> Thiswasabadidea
Question 19. What will be the output of the following PHP code ?
  1.    Thiswasabadidea
  2.    Thiswasbadidea
  3.    Thiswas a badidea
  4.    Thiswas abadidea
 Discuss Question
Answer: Option B. -> Thiswasbadidea
Question 20. What will be the output of the following PHP code ?
  1.    Hello World
  2.    Hello
  3.    World
  4.    HelloWorld
 Discuss Question
Answer: Option D. -> HelloWorld

Latest Videos

Latest Test Papers