name the keyword used to allocate memory to the class object
Answers
Answered by
1
Answer:
Explanation: The malloc() function can be used to allocate dynamic memory for objects. Function calloc() can also be use. These functions differ in the way they allocate memory for objects
Answered by
1
Explanation:
The malloc() function can be used to allocate dynamic memory for objects. Function calloc() can also be use. These functions differ in the way they allocate memory for objects
Similar questions