≡ Menu

C Macros Arguments

Many C and C++ programming beginners tend to confuse between the concept of macros and Inline functions. Often the difference between the two is also asked in C interviews. In this tutorial we intend to cover the basics of these two concepts along with working code samples. 1. The Concept of C Macros Macros are [...]

{ 12 comments }