MCQs > IT & Programming > LAMP > Which sequence will run successfully for the code given below?

LAMP MCQs

Which sequence will run successfully for the code given below?

<?php

function Expenses()

{

        function Salary()

     {

        }

        function Loan()

        {

                function Balance()

                {        }

        }

}

?>

Answer

Correct Answer: Expenses();Salary();Loan();Balance();

Explanation:

Note: This Question is unanswered, help us to find answer for this one

LAMP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

LAMP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it