What are friend classes?


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

Post New Answer

More C++ General Interview Questions

What is stl containers in c++?

0 Answers  


What's the most powerful programming language?

0 Answers  


What is the need of a destructor? Explain with the help of an example.

0 Answers  


What are the various situations where a copy constructor is invoked?

0 Answers  


When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?

1 Answers   Microsoft,






Can I learn c++ as my first language?

0 Answers  


What is the output of this prog. ? struct A { A(){ cout << \"A\"; } }; struct B { B(){ cout << \"B\"; } }; struct C { C(){ cout << \"C\"; } }; struct D { D(){ cout << \"D\"; } }; struct E : D { E(){ cout << \"E\"; } }; struct F : A, B { C c; D d; E e; F() : B(), A(),d(),c(),e() { cout << \"F\"; } };

2 Answers  


What is a parameterized type?

1 Answers  


How do I download c++?

0 Answers  


Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


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

1 Answers   Lucent,


What are the advantages of c++? Explain

0 Answers  


Categories