What is format for defining a structure?
No Answer is Posted For this Question
Be the First to Post Answer
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.
If there are two catch statements, one for base and one for derived, which should come first?
What is a terminating character in c++?
Is map thread safe c++?
sizeof - is it a function or operator?
How should a contructor handle a failure?
How can I learn c++ easily?
How many ways can a variable be initialized into in C++?
how to create window program in c++.please explain.
How many ways are there to initialize an int with a constant?
What does asterisk mean in c++?
What are abstract data types in c++?