Answer Posted / vivin
malloc is a dynamic memory allocation for pointers in C language. It stands for memory allocation. It is used to allocate continuous block of memory.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the components of marker interface?
Can a destructor be called directly?
What is the difference between static polymorphism and dynamic polymorphism?
What is inheritance write a program to show use of inheritance?
What is the difference between encapsulation and polymorphism?
Why polymorphism is used in oops?
What is polymorphism in oops with example?
What is the real life example of polymorphism?
What are objects in oop?
How to call a non virtual function in the derived class by using base class pointer
What exactly is polymorphism?
What is polymorphism and its types?
What is use of overloading?
Why do while loop is used?
What is class and object with example?