Difference between delete and free.
No Answer is Posted For this Question
Be the First to Post Answer
What data encapsulation is in c++?
How to declare an array of pointers to integer?
What is the average salary of a c++ programmer?
Explain the advantages of using friend classes.
What is the purpose of ios::basefield in the following statement?
What are the vectors in c++?
What is the difference between new/delete and malloc/free?
Why c++ is better than c language?
What is std::move?
What issue do auto_ptr objects address?
What is static function and static class?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.