Which Of The Following Function Can Be Used For Dynamic Memory #350
Which of the following function can be used for dynamic memory allocation of objects?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Objects - OOPs MCQ: Memory Allocation of Object - Quiz No.1.
Which of the following function can be used for dynamic memory allocation of objects?
malloc()
calloc()
create()
malloc() and calloc()