Q:

Guess the output :< ?php $a = "clue"; $a .= "get"; echo "$a"; ?>

0

Guess the output

< ?php 
$a = "clue";
$a .= "get";
echo "$a";
?>

  1. get
  2. clueget
  3. clue
  4. Nothing

All Answers

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

Correct Answer:

B.clueget

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

total answers (1)

Output is: <?php echo ucwords("i love ... >>
<< Output is: <?php echo ord ("hi");...