What are static and dynamic type checking?
No Answer is Posted For this Question
Be the First to Post Answer
What is time h in c++?
Explain friend class?
What's c++ used for?
What does iomanip mean in c++?
What is meant by forward referencing and when should it be used?
Which ide is best for c++?
difference between macro and function?
Which coding certification is best?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
What do you mean by friend class & friend function in c++?
What is conditions when using boolean operators?
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.