Dear Friends
I like to know what will be the o/p of the following code


..........
a[i++] = 3;
.......

will the value of 3 goes in i before incrementing or after incrementing.



also another question is...........

is there is any difference in comma operator " , " when applied to c and when applied to c++
i got different answer in c and c++

Thanks in advance
vishal