Programming - PHP - Discussion

You Are Here :: Home > Programming > PHP - Discussion

 



Q.

What will be the output of the following code? function fn (&$var) { $var = $var - ($var/10*5); return $var; } echo fn(100);  .                          


A. 100 B. 50
C. 98 D. Error message

Answer: Option D
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion