Q:

Which of the following PHP statements will output Hello World on the screen?

belongs to collection: BASICS OF PHP MCQ

0

Which of the following PHP statements will output Hello World on the screen?

i) echo (“Hello World”);
ii) print (“Hello World”);
iii) printf (“Hello World”);
iv) sprintf (“Hello World”);


  1. i) and ii)
  2. i), ii) and iii)
  3. All of the mentioned
  4. i), ii) and iv)

All Answers

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

(b).i), ii) and iii)

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 will be the output of the following PHP code?... >>
<< What will be the output of the following code?...