Macros in C.... please give the solution
Posted
by Jungle_hacker
on Stack Overflow
See other posts from Stack Overflow
or by Jungle_hacker
Published on 2010-04-07T09:32:11Z
Indexed on
2010/04/07
9:43 UTC
Read the original article
Hit count: 208
suppose i declared a macro name anything, xyz()
and now i am creating another macro xyz1() and referencing the 1st macro i.e xyz() in 2nd.
finally i'll create another macro xyz2() and referencing 2nd macro in 3rd...
now my question is is this correct(its executing without any problem)..? and macro xyz() is defined twice.... why its not giving error ? what is the solution..?
© Stack Overflow or respective owner