hi friends,
 
hw assignment operator is executing?
 
for example,
 
int i=1,j,k;
 
i++ + (j=i);
 
nw the j value is 2; // i is incremented and assgined., eventhough it is post 
incr
 
k = i++ + (j=i);
 
nw the j value is 1. // wht happned here??
 
please explain the sequence point for assignment operator., like where it can 
be change the memory value.,

       
---------------------------------
 Once upon a time there was 1 GB storage in your inbox. Click here for happy 
ending.

[Non-text portions of this message have been removed]

Reply via email to