1.

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

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


Discussion

No Comment Found