I want to create a C macro that creates a function with a name based
on the line number.
I thought I could do something like (the real function would have statements within ...
Hi, I am currently a student in web development and have to do some c programming. I am having trouble with a homework problem and would appreciate any help. I have to write a program that defines and uses macro MINIMUM2 to determine the smallest of two numeric values. Input the values from the keyboard. What I have so far isn't ...