1.

What will be the output of the following PHP code?
<?php
$title = "interview mania founded by manjesh ojha";
echo ucwords($title);
?>

A. Error
B. Interview Mania Founded By Manjesh Ojha
C. interview mania founded by manjesh ojha
D. Nothing
E. None of these
Answer» C. interview mania founded by manjesh ojha


Discussion

No Comment Found

Related MCQs