In gcc,

if i = 2;
then j = i++ + ++i;

        what is the value of j.

what is the calling sequence in this case ? ++i first or i++ first ?



why does fork have to return a value of zero to the child process ?

why not -5 or -6 ?


Reply via email to