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
Templates mean
What is encapsulation in simple terms?
What is the difference between a mixin and inheritance?
What is the point of oop?
What are oops functions?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the types of inheritance?
What are the 4 pillars of oop?
What is encapsulation with real life example?
Explain the advantages of inheritance.
to find out the minimum of two integer number of two different classes using friend function
Can main method override?
What do you mean by overloading?
What is oops?what is its use in software engineering?
What is overloading in oop?