Sail E0 Webinar

MCQs

Total Questions : 131 | Page 5 of 14 pages
Question 41. What will be the output of the following PHP code ?
  1.    4 = 4 + 3 + 1
  2.    8
  3.    8 = 4 + 3 +1
  4.    Error
 Discuss Question
Answer: Option A. -> 4 = 4 + 3 + 1
Question 42. What will be the output of the following PHP code ?
  1.    $z
  2.    15
  3.    8
  4.    1
 Discuss Question
Answer: Option C. -> 8
Question 43. What will be the output of the following PHP code ?
  1.    0
  2.    1
  3.    2
  4.    Error
 Discuss Question
Answer: Option C. -> 2
Question 44. What will be the output of the following PHP code ?
  1.    5
  2.    3
  3.    0
  4.    1
 Discuss Question
Answer: Option A. -> 5
Question 45. What will be the output of the following PHP code ?
  1.    41
  2.    -4
  3.    -5
  4.    51
 Discuss Question
Answer: Option D. -> 51
Question 46. What will be the output of the following PHP code ?
  1.    4.25
  2.    3.25
  3.    -3.25
  4.    -4.25
 Discuss Question
Answer: Option D. -> -4.25
Question 47. What will be the output of the following PHP code ?
  1.    1.75
  2.    0.875
  3.    3.5
  4.    Error
 Discuss Question
Answer: Option B. -> 0.875
Question 48. What will be the output of the following PHP code ?
  1.    0.75
  2.    0.05
  3.    1.25
  4.    Error
 Discuss Question
Answer: Option D. -> Error
Question 49. What will be the output of the following PHP code ?
  1.    0
  2.    Nothing
  3.    True
  4.    Error
 Discuss Question
Answer: Option B. -> Nothing
Question 50. What will be the output of the following PHP code ?
  1.    4.5
  2.    7
  3.    3.5
  4.    Error
 Discuss Question
Answer: Option A. -> 4.5

Latest Videos

Latest Test Papers