[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C++ Programming :: OOPS Concepts - Discussion

Home > C++ Programming > OOPS Concepts > MCQs Questions Discussion

4 / 14

Choose the correct option.

What is the technique of allocating memory during runtime on demand known as in C++?

ADynamic binding

BDynamic memory allocation

CLate binding

DRuntime polymorphism

Answer: Option (Login/Signup)

Show Explanation


int * x;  //declare a pointer 

x = new int;    // dynamically allocate memory of type int and assign its address to x

Asked In :: Commvault

Post Your Answer Here:     

Reply    
Rate This: +1 -0 +
    Report


Report Error

Please Login First Click Here