Hi guys,
main()
{
int i=0, j=0,z=0;
For(i=0; j,z;i++)
printf("i = %d\n",i);
}
what does this mean?????
how does the condition j,z get evaluated?
Hi guys,
main()
{
int i=0, j=0,z=0;
For(i=0; j,z;i++)
printf("i = %d\n",i);
}
what does this mean?????
how does the condition j,z get evaluated?