Select Answer
The macro increments x twice while the inline function increments x once
Both macro and inline increments x twice
The macro is type-safe; the inline is not
Both produce the same result