What will happen in this function call?
<?php function calc($price, $tax) { $total = $price + $tax; } $pricetag = 15; $taxtag = 3; calc($pricetag, $taxtag); ?>
(a).Call By Value
total answers (1)
start bookmarking useful questions and collections and save it into your own study-lists, login now to start creating your own collections.
(a).Call By Value
need an explanation for this answer? contact us directly to get an explanation for this answer