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

If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


What is a constructor and how is it called?

0 Answers  


Why would you use pointers in c++?

0 Answers  


What is static class data?

0 Answers  


Why null pointer is used?

0 Answers  


When must you use a pointer rather than a reference?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What are the different types of polymorphism in c++?

0 Answers  


Is set c++?

0 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


Can we use clrscr in c++?

0 Answers  


What is the full form of india?

0 Answers  


Categories