Answer=:>  222232

On Fri, Aug 12, 2011 at 8:05 PM, Avenged <nitee...@gmail.com> wrote:

> this is the question :
>
> #include<stdio.h>
> #define prn(a) printf("%d",a)
> #define print(a,b,c) prn(a), prn(b), prn(c)
> #define max(a,b) (a>b?a:b)
>
> int main()
> {
> int x=1, y=2;
> print(max(x++,y),x,y);
> print(max(x++,y),x,y);
> return 0;
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/algogeeks/-/bL-fhH-lTmQJ.
>
> 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.
>



-- 
Anil Kumar Arya
computer science & engineering

-- 
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