

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ?<?phpecho "it","is"|"a","good"."name";?> |
A. | Nothing |
B. | itisgoodname |
C. | it,is|a,good.name |
D. | Error |
E. | None of these |
Answer» C. it,is|a,good.name | |