Some more explanation taking an example will be helpful
take the example in the program.

Thanks

On Fri, Jul 22, 2011 at 4:03 PM, Prem Krishna Chettri <hprem...@gmail.com>wrote:

> Values will be Pushed to the Stack from left to right and Evaluated to be
> finally printed from the Stack.
>
>
> On Fri, Jul 22, 2011 at 4:01 PM, rShetty <rajeevr...@gmail.com> wrote:
>
>> #include<stdio.h>
>>
>>  int main()
>>  {
>>
>> int i=1;
>> printf("%d%d%d%d",++i,++i,++i,i++);
>>
>>  return 0;
>>
>> }
>>
>> Explain how it will be evaluated ?? and the output obtained ..
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>



-- 
Regards
Rajeev N B <http://www.opensourcemania.co.cc>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to