Vidyalelo
C++ Programming · Q110

Classes and Objects in C++

Programming · C++ Programming · question 110

Q110

How to stop your program from eating so much ram?

A.
Find a way to work with the data one at a time
B.
Declare it in program memory, instead of on the stack
C.
Use the hard drive, instead of RAM
D.
All of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board