What are friend classes?
No Answer is Posted For this Question
Be the First to Post Answer
What is stl containers in c++?
What's the most powerful programming language?
What is the need of a destructor? Explain with the help of an example.
What are the various situations where a copy constructor is invoked?
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?
Can I learn c++ as my first language?
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\"; } };
What is a parameterized type?
How do I download c++?
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?
What are the advantages of c++? Explain