Consider the code given below

function EDUTECH() 

{

function TESTBOOK()

          {

            echo 'TESTBOOK';

 }

        echo ' EDUTECH';

}

TESTBOOK();

EDUTECH();

?>

What is the output?

1
EDUTECH
2
TESTBOOK EDUTECH
3
EDUTECH TESTBOOK
4
Error

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation