http://groups.google.com/group/algogeeks/browse_frm/thread/274f63b24388599d/da635c4f409d5e1b?lnk=gst&q=print%28max%28x%2B%2B%2Cy%29%2Cx%2Cy%29%3B+#da635c4f409d5e1b

On Sep 8, 2:04 am, htross <htb...@gmail.com> wrote:
> can u please explain this code or give the link to the thread u
> mentioned before???
>
> On Sep 7, 10:35 pm, nagarajan <naga4...@gmail.com> wrote:
>
>
>
>
>
>
>
> > please can u explain.. or copy the explained content???
>
> > On Wed, Sep 7, 2011 at 11:03 PM, sukran dhawan 
> > <sukrandha...@gmail.com>wrote:
>
> > > its already been explained in previous thread
>
> > > On Wed, Sep 7, 2011 at 11:01 PM, NAGARAJAN SIVARAMAN 
> > > <naga4...@gmail.com>wrote:
>
> > >> #include<stdio.h>
> > >> #include<conio.h>
> > >> #define prn(a) printf("%d ",a)
> > >> #define print(a,b,c) prn(a),prn(b),prn(c)
> > >> #define max(a,b) (a<b)?b:a
> > >> void main()
> > >> {
>
> > >>        int x=1,y=2;
> > >>        clrscr();
> > >>        print(max(x++,y),x,y);
> > >>         printf("\n%d %d\n",x,y);
> > >>        print(max(x++,y),x,y);
> > >>        printf("\n%d %d\n",x,y);
>
> > >>        getch();
> > >> }
>
> > >> --
> > >> 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.
>
> > --
>
> > Nagarajan S

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