ZioBudda wrote:
> 
> On Thu, 8 Apr 1999, Henk Jan Barendregt wrote:
> >          the line is executed.
> >          The result will be           i[0] = 0
> I Think
>                                         i[0] = 1
> >                                       i[1] = unknown
>                                         i[2] = 3
>                                 and so on...

I have tested it with a loop and the results were :
                i[0] = 0
                i[1] = unknown
                i[2] = 2
                etc, etc,....

If you change the lin to    i[++j] = j++;
then you wil get the results like you expected exept that i[0] =
unknown.


Henk Jan

Reply via email to