Re: [algogeeks] Re: enum vs macro

2011-09-04 Thread SANDEEP CHUGH
enum --> no need of defining values.. numeric values automatically assigned --> can have local effect macro --> we have to explicitly define the values --> always global effect On Sun, Sep 4, 2011 at 10:37 PM, deepikaanand wrote: > macro is a pre processor directive while enum is not > > -- > Y

[algogeeks] Re: enum vs macro

2011-09-04 Thread deepikaanand
macro is a pre processor directive while enum is not -- 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...@googleg