Sail E0 Webinar

MCQs

Total Questions : 67 | Page 6 of 7 pages
Question 51. What will be the output of the following PHP code ?
  1.    20
  2.    19
  3.    12345678910….19
  4.    12345678910….1920
 Discuss Question
Answer: Option A. -> 20
Question 52. What will be the output of the following PHP code ?
  1.    hihihi
  2.    hihellohihellohihello
  3.    hellohellohello
  4.    hi
 Discuss Question
Answer: Option D. -> hi
Question 53. What will be the output of the following PHP code ?
  1.    24
  2.    134
  3.    1234
  4.    1
 Discuss Question
Answer: Option A. -> 24
Question 54. What will be the output of the following PHP code ?
  1.    0
  2.    infinite loop
  3.    -1
  4.    1
 Discuss Question
Answer: Option C. -> -1
Question 55. What will be the output of the following PHP code ?
  1.    0 1 2 3 4
  2.    0 1 2 3
  3.    0 1 2 3 4 5
  4.    error
 Discuss Question
Answer: Option B. -> 0 1 2 3
Question 56. What will be the output of the following PHP code ?
  1.    infinite loop
  2.    0
  3.    no output
  4.    error
 Discuss Question
Answer: Option C. -> no output
Question 57. What will be the output of the following PHP code ?
  1.    infinite loop
  2.    0 1 2 3 4 5
  3.    0 1 0 1 2 0 1 2 3 0 1 2 3 4 0 1 2 3 4 5 0 1 2 3 4 5
  4.    no output
 Discuss Question
Answer: Option A. -> infinite loop
Question 58. What will be the output of the following PHP code ?
  1.    infinite loop
  2.    0 1 2 3 4 5
  3.    0 1 0 1 2 0 1 2 3 0 1 2 3 4 0 1 2 3 4 5 0 1 2 3 4 5
  4.    no output
 Discuss Question
Answer: Option D. -> no output
Question 59. What will be the output of the following PHP code ?
  1.    AshleyBaleBlank
  2.    AshleyBale
  3.    AshleyBaleShrek
  4.    No output
 Discuss Question
Answer: Option A. -> AshleyBaleBlank
Question 60. What will be the output of the following PHP code ?
  1.    AshleyBaleBlank
  2.    Bale
  3.    AshleyShrek
  4.    BaleBlank
 Discuss Question
Answer: Option A. -> AshleyBaleBlank

Latest Videos

Latest Test Papers