What do you mean by a template?
No Answer is Posted For this Question
Be the First to Post Answer
What things would you remember while making an interface?
What is a tree in c++?
Does c++ have string data type?
Explain the uses of static class data?
How do I run a program in notepad ++?
What are activex and ole?
What are separators in c++?
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\"; } };
Why do we need function?
Which bit wise operator is suitable for putting on a particular bit in a number?
why we cant create array of refrences
What is fixed in c++?