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

PHP FILTER QUIZ

What will be the output of the following PHP code ?<br/>$x = "test";<br/>$y = "this";<br/>$z = "also";<br/>$x .= $y .= $z ;<br/>echo $x;<br/>echo $y;

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$a = "$winner";<br/>$b = "$looser";<br/>echo $a, $b;

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$x = 10;<br/>$y = 4;<br/>$z = 3;<br/>echo $x % $y % $z;

TRUE ANSWER : ?
YOUR ANSWER : ?

The result of below two statements will be:Round(2.5)Round(-2.5)

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$x = 3.3;<br/>$y = 2;<br/>echo $x % $y;

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$a = 12;<br/>--$a;<br/>echo $a++;

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$color1 = "red";<br/>$color2 = "1";<br/>$color3 = "grey";<br/>echo "$color1" + "$color2" . "$color3";

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>define("NEW_GOOD_NAME_CONSTANT", "I have a value");<br/>define("OLD_BAD_NAME_CONSTANT", NEW_GOOD_NAME_CONSTANT);<br/>echo NEW_GOOD_NAME_CONSTANT;<br/>echo OLD_BAD_NAME_CONSTANT;

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>function fun() {<br/>$x = 0;<br/>echo $x;<br/>$x++;<br/>}<br/>fun();<br/>fun();<br/>fun();<br/>

TRUE ANSWER : ?
YOUR ANSWER : ?

What will be the output of the following PHP code ?<br/>$i = 1;<br/>if ($i++ && ($i == 1))<br/>printf("Yesn$i");<br/>else<br/>printf("Non$i");

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
↑