What does flush do?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the need for "Virtual Destructor"?
What is a pdb file?
Explain differences between new() and delete()?
Write about the various sections of the executable image?
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.
Refer to a name of class or function that is defined within a namespace?
Explain working of printf?
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?
How do you show the declaration of a virtual constructor?
What is c++ w3school?
Write my own zero-argument manipulator that should work same as hex?
Explain the difference between struct and class in terms of access modifier.