Instead of blindly looking for answer, do "gcc -E yourfilename.c". It
will produce o/p after preprocessing. See what's happening there?

On Sep 10, 3:55 pm, saurabh agrawal <saurabh...@gmail.com> wrote:
> Thanks a lot umesh...but still i am in confusion that:
>
> after first processing : "A is replaced by B"
> after second proecessing " B is replaced by A"
> then why again this A is not being replaced by #define A macro..
> why it is not going in an infinite loop...because i think there is no fiexed
> order of execution of the macro..
> even if you change the order in which macros are defined will make no
> effect...

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@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