C++ Programming Questions Answers - Chapter 1

  • 43. Difference between static and dynamic memory allocation is

    1. In static memory allocation memory to be allocated in preknown
    2. In dynamic memory allocation memory to be allocated in preknown
    3. There is no differnece
    4. Not exact difference is mentioned
    Answer :

    Option A

  • 44. Inline functions are invoked at

    1. Run time
    2. Compile time
    3. Debug time
    4. None of above
    Answer :

    Option B

Please Like Us