Answered Questions

  • Stack Overflow

    How will you identify Stack Overflow?

    prem waghmare

    • Sep 11th, 2018

    What is stack overflow and underflow condition with example?

    ahatesham ahamed

    • Jan 6th, 2018

    How to minimize overflow in stack?

  • What is the difference between macro and inline()?

    Venkataramakrishna

    • Mar 22nd, 2018

    Macro does not check for the data type. The inline function will check. You can enable or disable macros. in inline, depending on the requirement you can do this.

    Naman

    • Nov 14th, 2017

    You pass some flags to the compiler to force inline or use always_inline attribute with GCC