I searched in web where will be the C macros stored in memory and how does it consumes more memory compared to functions? Could not get any satisfying answer .Can anyone please
The values of C macros aren't stored in memory during program execution. Their values are instead copied over to wherever they're used during compilation.