Shouldn\'t I be getting warning or error message after declaring macro in this way:
#define c 123 #define a b #define b c
The code worked fla