Posts by kad • 3 points
1 post
-
0
votes1
answer61
viewsQ: Definition of Macros with Indexing in C
Good afternoon, i wonder if in C has how to make the following definition of macro: #define EXEMPLO(1) a * c + b #define EXEMPLO(2) a + b + c #define EXEMPLO(3) b * c + a And then use indexing in…