What is do..while loops structure?
No Answer is Posted For this Question
Be the First to Post Answer
What happens if a pointer is deleted twice?
How did c++ get its name?
Is recursion allowed in inline functions?
What can c++ be used for?
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.
What is the best ide for c++?
List the features of oops in c++?
Write a note about the virtual member function?
Is eclipse good for c++?
Describe private, protected and public – the differences and give examples.
What is the size of a vector?
What are the five basic elements of a c++ program?