[algogeeks] enum vs macro

2011-09-04 Thread Mani Bharathi
What are the differences between enum and macro? -- 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/-/uiVWTTjOgE8J. To post to this group, send email to

Re: [algogeeks] enum vs macro

2011-09-04 Thread sukran dhawan
enum is a user defined data type where in we represent constants as identifiers macro is just the text substitution redefining in both cases is an error On Sun, Sep 4, 2011 at 5:50 PM, Mani Bharathi manibharat...@gmail.comwrote: What are the differences between enum and macro? -- You