Sail E0 Webinar

MCQs

Total Questions : 131 | Page 3 of 14 pages
Question 21. What will be the output of the following PHP code ?
  1.    HelloWorld
  2.    $one$two
  3.    Hello
  4.    Error
 Discuss Question
Answer: Option A. -> HelloWorld
Question 22. What will be the output of the following PHP code ?
  1.    HelloWorld
  2.    Hello+World
  3.    0
  4.    Error
 Discuss Question
Answer: Option C. -> 0
Question 23. What will be the output of the following PHP code ?
  1.    This is India
  2.    This is India
  3.    This is
  4.    Error
 Discuss Question
Answer: Option B. -> This is India
Question 24. What will be the output of the following PHP code ?
  1.    My car is a Volvo
  2.    My car is a BMW
  3.    My car is a Toyota
  4.    Error
 Discuss Question
Answer: Option A. -> My car is a Volvo
Question 25. What will be the output of the following PHP code ?
  1.    Volvo
  2.    BMW
  3.    Toyota
  4.    Error
 Discuss Question
Answer: Option C. -> Toyota
Question 26. What will be the output of the following PHP code ?
  1.    01
  2.    11
  3.    10
  4.    Error
 Discuss Question
Answer: Option B. -> 11
Question 27. What will be the output of the following PHP code ?
  1.    onetwo
  2.    one
  3.    nothing
  4.    error
 Discuss Question
Answer: Option D. -> error
Question 28. What will be the output of the following PHP code ?
  1.    onetwo
  2.    one, two
  3.    one
  4.    error
 Discuss Question
Answer: Option D. -> error
Question 29. What will be the output of the following PHP code ?
  1.    onetwo
  2.    $one$two
  3.    one
  4.    error
 Discuss Question
Answer: Option A. -> onetwo
Question 30. What will be the output of the following PHP code ?
  1.    true
  2.    false
  3.    nothing
  4.    error
 Discuss Question
Answer: Option C. -> nothing

Latest Videos

Latest Test Papers