• HOME
  • QUIZ
  • CONTACT US
EXAMIANS
  • COMPUTER
  • CURRENT AFFAIRS
  • ENGINEERING
    • Chemical Engineering
    • Civil Engineering
    • Computer Engineering
    • Electrical Engineering
    • Mechanical Engineering
  • ENGLISH GRAMMAR
  • GK
  • GUJARATI MCQ

23 DECEMBER 2021 CURRENT AFFAIRS QUIZ

What will be the output of the following PHP code ?<br/>$i = "";<br/>while($i) {<br/>print "hi";<br/>}<br/>print "hello";

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$a = 10;<br/>if (1)<br/>print "all";<br/>else<br/>print "some"<br/>else<br/>print "none";

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>for ($x = 1; $x < 10; $x++)<br/>for ($y = 1; $y < 5; $y++)<br/>print "Hello";

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$i = 0;<br/>while ($i++) {<br/>print $i;<br/>}<br/>print $i;

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>for ($x = -1; $x < 10;--$x) {<br/>print $x;<br/>}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$x = 10;<br/>$y = 20;<br/>if ($x > $y && 1||1)<br/>print "hi";<br/>else<br/>print "how are u";

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>switch($b) {<br/>case 2:<br/>print "hello";<br/>break;<br/>case b:<br/>print "hi";<br/>break;<br/>}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>for ($i = 0; $i < 5; $i++) {<br/>for(; $i < 5; $i++)<br/>print"i";<br/>}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>for ($i = 0; -5 ; $i++) {<br/>print"i";<br/>if ($i == 3)<br/>break;<br/>}

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$b = 1;<br/>switch(print $b) {<br/>case 2:<br/>print "hello";<br/>break;<br/>case 1:<br/>print "hi";<br/>break;<br/>default:<br/>print "hi1";<br/>}

TRUE ANSWER : ?
YOUR ANSWER : ?
MORE MCQ

QUIZ STATS

  • 0
  • 0

DOWNLOAD APP

  • APPLE
    from app store
  • ANDROID
    from play store

SEARCH

LOGIN HERE


  • GOOGLE

FIND US

  • 1.70K
    FOLLOW US
  • EXAMIANSSTUDY FOR YOUR DREAMS.
  • SUPPORT :SUPPORT EMAIL ACCOUNT : examians@yahoo.com

OTHER WEBSITES

  • GUJARATI MCQ
  • ACCOUNTIANS

QUICK LINKS

  • HOME
  • QUIZ
  • PRIVACY POLICY
  • DISCLAIMER
  • TERMS & CONDITIONS
  • CONTACT US
↑