symphony888
Newbie level 5
- Joined
- Nov 28, 2011
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,467
{ int cnt = 5, a=1;
if ( - -a )
cnt = cnt – a;
else
a++;
}
I still can't figure out what is the value of 'a' in this case?
I know cnt will be 5. How bout a ?
Does anyone knows? Please explain thanks!
if ( - -a )
cnt = cnt – a;
else
a++;
}
I still can't figure out what is the value of 'a' in this case?
I know cnt will be 5. How bout a ?
Does anyone knows? Please explain thanks!