Answer Posted / eswaramoorthy
realloc() is use to reset already allocated memory size.
free() is use to destroy already allocated memory size.
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
What is meant by multiple inheritance?
What is static modifier?
What is pointer in oop?
What do you mean by abstraction?
Can we create object of abstract class?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is difference between polymorphism and inheritance?
Which language is not a true object oriented programming language?
Can we override main method?
How is class defined?
What is polymorphism programming?
What is multilevel inheritance?
What is object and example?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Write a program to sort the number with different sorts in one program ??