Multiple-Choice Questions
Web Technologies MCQs
Computer Science Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Marketing Subjects MCQs
Cloud Computing Softwares MCQs
AI/ML Subjects MCQs
Engineering Subjects MCQs
Office Related Programs MCQs
Management MCQs
More
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