Question: what is the output of the following code:function ScopeExample ( ) { echo $Var 1 ; } ScopeExample ( ) ; ScopeExample ( ) ;

what is the output of the following code:function ScopeExample(){echo $Var1;}
ScopeExample();
ScopeExample();
?>Select one:
a.0
0
b. no output
c.0
1
d. Hello world
 what is the output of the following code:function ScopeExample(){echo $Var1;} ScopeExample();

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!