Advertisements
Advertisements
प्रश्न
Identify the parameter in the function.
< ? php
function abc ($x)
{$y=10;}
abc (5);
?>
विकल्प
$x
$y
10
5
MCQ
उत्तर
$x
shaalaa.com
Parameterized Function
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
Identify the parameter in the function.
< ? php
function abc ($x)
{$y=10;}
abc (5);
?>
$x
$y
10
5
$x