Can we use struct in c++?
Is c++ primer good for beginners?
which of the following is not an secondary constant a) array b) real c) union
Why do we use setw in c++?
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.
Can we inherit constructor in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Why is standard template library used?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What are manipulators used for?
Explain function overloading and operator overloading.
Do we have to use initialization list in spite of the assignment in constructors?
write a programme to get a character and thier ASCII value