Question:What would b the outpur of the following code?
$string = ‘good day’;
$string = ucword($string);
echo $string;
?>
 

A good day 

B GOOD DAY 

C Good Day 

D non of the above 

+ Answer
+ Report
Total Preview: 820

Copyright © 2025. Powered by Intellect Software Ltd