View Single Post
  #3 (permalink)  
Old 11-21-2007, 07:25 AM
velhari velhari is offline
D-Web Programmer
 
Join Date: Mar 2007
Location: Chennai
Posts: 67
velhari is on a distinguished road
Send a message via AIM to velhari
Thumbs up Re: Solve the problem, if you possible?

Another solution is,

int d=5;
printf("additon of %d + 1 = %d",d++);
__________________
Regards,
VELHARI
I am not totally useless. I can be used for a bad example
Reply With Quote