View Single Post
  #46 (permalink)  
Old 01-03-2008, 01:29 AM
seesamjagan seesamjagan is offline
D-Web Programmer
 
Join Date: Aug 2007
Location: Chennai
Posts: 66
seesamjagan is on a distinguished road
Send a message via AIM to seesamjagan Send a message via Yahoo to seesamjagan
Post Re: C- Tricky Question & answers With explanation

Hi

Guess what is the OP of the following statements

int i=10;

printf("%d %d %d",--i,++i,i++);


output: ????
__________________
SeeSamJagan
- Sky is not the "LIMIT", Death is not the END, There is still something beyond....
Reply With Quote