1.

Which of the following PHP statements will output Hello World on the screen?echo (“Hello World”);print (“Hello World”);printf (“Hello World”);sprintf (“Hello World”);

A. 1 and 2
B. 1, 2 and 3
C. All of the mentioned
D. 1, 2 and 4
Answer» C. All of the mentioned


Discussion

No Comment Found