Advertisements
Advertisements
Question
Identify the parameter in the function.
< ? php
function abc ($x)
{$y=10;}
abc (5);
?>
Options
$x
$y
10
5
MCQ
Solution
$x
shaalaa.com
Parameterized Function
Is there an error in this question or solution?