Submitted Questions

  • inline functions advantages

    what is the inline function and what is the use of inline function?

    Amit

    • Jan 6th, 2012

    Inline function: they are same as Normal function but compiler treat them diffrently. When we call a inline function compiler will replace the call by inline function body (It depends upon how you hav...