What will be the value of variable 'z' after execution of following code? int z; for(z=0;z<50;z++) {}
Reveal answer
Fill a bubble to check yourself
What will be the value of variable 'z' after execution of following code? int z; for(z=0;z<50;z++) {}