View Single Post
  #2 (permalink)  
Old 11-18-2007, 09:48 PM
ramkumaraol ramkumaraol is offline
D-Web Programmer
 
Join Date: Jul 2007
Posts: 98
ramkumaraol is on a distinguished road
Default Re: Solve the problem, if you possible?

Hi vel,

$a = 5;
printf("%d+1 is =%d",$a-1,++$a);

Thanks,
Ramkumar.B
Reply With Quote