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
How can I disable the "echo" feature?
What is new in c++?
Write a C++ Program to Multiply two Numbers
what is COPY CONSTRUCTOR and what is it used for?
how many controls can we place on single form.
List the merits and demerits of declaring a nested class in C++?
Explain the isa and hasa class relationships. How would you implement each?
How do we implement inheritance 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.
What is conditions when using boolean operators?
What is private inheritance?
What are static variables?