What will be the value of variable 'z' after execution of following code? int z; for(z=0;z<50;z++) {}
0
51
49
50