Home » MCQs » C++ MCQs
154. Can we allocate memory for an object dynamically?
Answer: A) Yes
Explanation:
Yes, we can allocate memory for an object using "new" and malloc() in C++.
Comments and Discussions!
Load comments ↻
Recently Published MCQs