

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following PHP statements will output Hello interview Mania on the screen? |
A. | sprintf ( Hello interview Mania ); |
B. | echo ( Hello interview Mania ); |
C. | print ( Hello interview Mania ); |
D. | printf ( Hello interview Mania ); |
E. | B, C and D |
Answer» F. | |