Q:

Guess the output : <?php echo chr(52); ?>

-3
 <?php
    echo chr(52);
    ?>

  1. 1
  2. 3
  3. 4
  4. 2

All Answers

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

Correct Answer:

C.4

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

total answers (1)

Which of the following send the data to URL... >>
<< Which function is used to find the files in Php...