Answer & Solution
HELLO
because the uppercase()
function accepts a string $str
as a parameter and returns its uppercase version using the strtoupper()
function. The function is then called with the argument 'hello'
and its result is echoed.