Can a list of string be stored within a two dimensional array?
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?
What is a constructor and how is it called?
Why would you use pointers in c++?
What is static class data?
Why null pointer is used?
When must you use a pointer rather than a reference?
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
What are the different types of polymorphism in c++?
Is set c++?
How can you find the nodes with repetetive data in a linked list?
Can we use clrscr in c++?
What is the full form of india?