M
muttaa
i've a code snippet below:
for(;0
printf("Gud Morning");
when this is run,i get the "gud morning" message printed,eventhough the
condition in the for loop is set to false(0).
Please explain this out or give me an idea of the semantics of 'for'
statement......
for(;0
printf("Gud Morning");
when this is run,i get the "gud morning" message printed,eventhough the
condition in the for loop is set to false(0).
Please explain this out or give me an idea of the semantics of 'for'
statement......