What is nested class in c++?


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

Post New Answer

More C++ General Interview Questions

sizeof - is it a function or operator?

6 Answers   Honeywell,


Floating point representation and output seems to be compiler dependent?

1 Answers  


How do you clear a buffer in c++?

0 Answers  


Explain virtual class and friend class.

0 Answers  


What is namespace std; and what is consists of?

0 Answers  


Can I run c program in turbo c++?

0 Answers  


What are the static members and static member functions?

1 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is the difference between std::vector and std::list

1 Answers  


What is microsoft c++ redistributable?

0 Answers  


What is switch case in c++ syntax?

0 Answers  


What is slicing?

1 Answers  


Categories