MCQs > IT & Programming > PHP > For the following code: Which sequence will run successfully?

PHP MCQs

For the following code:
<?php
function Expenses()
{
function Salary()
{ }
function Loan()
{
function Balance()
{ } } }
?>
Which of the following sequence will run successfully?

Answer

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

Explanation:

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

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it