Why does this code give the strange output they give? 
 
 
#include<stdio.h>
main()
{
int i[4] ;
int j = 0;
 
 i[j++] = j++;
printf("%d %d %d %d\n",i[0],i[1],i[2],i[3]);
return 0;
}
 

a       n       u       b       h       a       v              h      a     n      j      u      r      a
______________________________________________________
E-Mail:        [EMAIL PROTECTED]
Telephone:  ( 091 )-0124-342971-302 [O]
 

Reply via email to