C++ Programming Questions Answers - Chapter 1
-
43. Difference between static and dynamic memory allocation is
- In static memory allocation memory to be allocated in preknown
- In dynamic memory allocation memory to be allocated in preknown
- There is no differnece
- Not exact difference is mentioned
Answer :
Option A
-
44. Inline functions are invoked at
- Run time
- Compile time
- Debug time
- None of above
Answer :
Option B