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

Post New Answer

More C++ General Interview Questions

How can I disable the "echo" feature?

0 Answers  


What is new in c++?

0 Answers  


Write a C++ Program to Multiply two Numbers

1 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


how many controls can we place on single form.

1 Answers   Microsoft,






List the merits and demerits of declaring a nested class in C++?

0 Answers  


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


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.

1 Answers  


What is conditions when using boolean operators?

0 Answers  


What is private inheritance?

0 Answers  


What are static variables?

0 Answers  


Categories