Answer Posted / jayasrinivas.donavalli
realloc() can be use to reallocation of the memory if the
memory already created is insufficient,
but free can be used to destroy the memory which was
already created
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are benefits of oop?
How can you overcome the diamond problem in inheritance?
Can private class be inherited?
What is an advantage of polymorphism?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is pointer in oop?
What is object-oriented programming? Webopedia definition
How do you answer polymorphism?
Why is static class not inherited?
What is protected in oop?
What are the 4 pillars of oop?
State what is encapsulation and friend function?
What is super in oop?
what are the realtime excercises in C++?
What is methods in oop?