Define a nested class.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


What is the difference between "overloading" and "overridding"?

3 Answers  


What is data type in c++?

0 Answers  


Is c++ vector dynamic?

0 Answers  


Is atoi safe?

0 Answers  






how many controls can we place on single form.

1 Answers   Microsoft,


Specify different types of decision control statements?

0 Answers  


Are iterators pointers?

0 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


Which programming language is best?

0 Answers  


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


Which of the following operator cannot be overloaded?

2 Answers   TCL,


Categories