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 is the main feature of oop?
What is the difference between inheritance and polymorphism?
What is the point of polymorphism?
Why do pointers exist?
What is encapsulation in ict?
What is the difference between a mixin and inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is encapsulation and abstraction? How are they implemented in C++?
What is encapsulation in simple terms?
Can private class be inherited?
Can you inherit a private class?
Can we override main method?
What is property in oops?
What are the types of abstraction?