Question: According to class material, what type of data should be put on the heap? (a) Data on the run-time stack (b) A large data set
According to class material, what type of data should be put on the heap? (a) Data on the run-time stack (b) A large data set (c) A data set of size not known until run time (d) Data that needs to remain after the execution of the function that created it has ceased (e) Data in global variables (f) Data in local variables of functions (g) None of (a) through (f) is a correct answer.c++
Step by Step Solution
There are 3 Steps involved in it
According to class material data that needs to remain after ... View full answer
Get step-by-step solutions from verified subject matter experts
