macro has not been terminated and it has so many errors

On Thu, Aug 11, 2011 at 11:36 PM, manvir siyo <manis...@gmail.com> wrote:

>  output of the program?
>
> #define prn(a) printf("%d",a)
> #define print(a,b,c) prn(a), prn(b), prn(c)
> #define max(a,b) (a
>
> main()
> {
> int x=1, y=2;
> print(max(x++,y),x,y);
> print(max(x++,y),x,y);
> }
>
> --
> 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.

Reply via email to