|
-
March 3rd, 2003, 04:44 AM
#1
little question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|