this ques has been answered be4 on this grp...and u missed the macro
definition as well....jst a few days bak...search the group

On Wed, Aug 10, 2011 at 11:00 PM, rohit <rajuljain...@gmail.com> wrote:

> main()
> {
> int m,n;
> m=3+max(2,3);
> n=2*max(3,2);
> printf(ā€œ%d,%dā€,m,n);
> }
> ans:-m=2,n=3
> why output is this???
>
> --
> 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.
>
>


-- 
Aditi Garg
Undergraduate Student
Electronics & Communication Divison
NETAJI SUBHAS INSTITUTE OF TECHNOLOGY
Sector 3, Dwarka
New Delhi

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