Can a list of string be stored within a two dimensional array?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the register storage classes in c++.
What is c++ namespace?
Write a program to concatenate two strings.
Explain the differences between list x; & list x();.
What is #include iostream h in c++?
What happens if a pointer is deleted twice?
What is lazy initialization in c++?
Write a struct time where integer m, h, s are its members?
How many types of scopes are there in c++?
How are virtual functions implemented in c++?
What are the advantages of using pointers in a program?
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.