Explain the use of virtual destructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is auto used for in c++?
What are the static members and static member functions?
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.
How do I run a program in notepad ++?
What is virtual destructor ans explain its use?
What is the basic structure of c++ program?
Search for: what is pair in c++?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Is c++ the hardest programming language?
What is ios class in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement