What is auto type c++?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the process of creation and destruction of a derived class object?
What is problem with overriding functions?
Why did you leave your last job?
what is C++ objects?
What is constant in c++ with example?
Explain all the C++ concepts using examples.
Give example of a pure virtual function in c++?
Out of fgets() and gets() which function is safe to use?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
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 buffering in c++?
What is the best c++ ide?