Sail E0 Webinar
Question
What will be the output of the following code?function track() {static $count = 0;$count++;echo $count;}track();track();track();
Options:
A .  011
B .  111
C .  123
D .  000
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers