Hi to All
one way to declare function is macro
forexample
#define sqr(x) (x*x)
and other way is to make function inline in both cases, processor will replace the call by actual body of the function before compile and than process the code.
Now I want to know what the difference between in these...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.