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 ?
- Another bit question Anukool Lakhina
- Re: Another bit question Glynn Clements
- Allocation Amol Mohite
- Allocation Amol Mohite
- Re: Allocation Brandon Callison
- Re: Allocation James
- Re: Calling sequence Glynn Clements
- Re: Calling sequence Amol Mohite
- Re: Calling sequence Kevin Sivits
- Re: Calling sequence James
- Re: Calling sequence Joseph Keen
- Re: Calling sequence James
- Re: Another bit question Anubhav Hanjura
