How does free know the size of memory to be deleted
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean to declare a member function as virtual in C++?
What is the difference between member functions and static member functions?
Write a program that ask for user input from 5 to 9 then calculate the average
Explain function prototypes in C++.
Write a syntax and purpose of switch statement.
How to generate random numbers in C++ with a range?
What is RTTI and why do you need it?
Describe the different styles of function prototypes in C++.
Discuss about iteration statements in C++ .
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is the purpose of a constructor? Destructor?
How can a C function be called in a C++ program?