skrt5138 skrt5138 07-06-2023 Engineering contestada What will be the output of the following PHP code? $abc = 10; function calculate($param) { return $param + $abc; } echo calculate(30); ?> O 10 0 20 0 40 O 3010 O 30