I\'m trying to pass the value of a variable to a macro in C, but I don\'t know if this is possible. Example:
#include #define CONCVAR(_n) x
No, because the value of i only exists at run-time. Macro expansion happens at compile-time.
i