Q:

If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?

belongs to collection: BASICS OF PHP MCQ

0

If $a = 12 what will be returned when ($a == 12) ? 5 : 1 is executed?


  1. 2
  2. 111
  3. 10
  4. 5

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).5

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

BASICS OF PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the value of $a and $b after the function ... >>
<< What will be the output of the following PHP code?...