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

What is a list c++?

0 Answers  


what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??

4 Answers  


What is c++ similar to?

0 Answers  


Can a function take variable length arguments, if yes, how?

0 Answers  


What are the advantages of using pointers in a program?

0 Answers  






Explain the difference between new() and malloc() in c++?

0 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


What about Virtual Destructor?

1 Answers   Virtusa,


If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


Why is main an int?

0 Answers  


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

0 Answers  


Categories