In reply to dave_59:
sorry sir , my mistake it was “j” .thanku sir
…
for(j=0;j<3;j++)
as per i understand , for loop will be suspended whenever j exceeds 2 ie if j=3 loop suspended but if i will display j it will show 3 is it so sir.
In reply to dave_59:
sorry sir , my mistake it was “j” .thanku sir
…
for(j=0;j<3;j++)
as per i understand , for loop will be suspended whenever j exceeds 2 ie if j=3 loop suspended but if i will display j it will show 3 is it so sir.