1.

What will be the output of the following PHP code?<?phpecho str_pad("Salad", 10)." is good.";?>

A. Interview was good.
B. was Interview good
C. good was interview
D. Nothing
E. None of these
Answer» B. was Interview good


Discussion

No Comment Found