sir i want to study the c++ course but ino what is the
qualification and the study methode please reply more
details in c++



sir i want to study the c++ course but ino what is the qualification and the study methode please ..

Answer / nithin devang

Read C++ by Dissection
by Ira Pohl

my answer surety %=50%

_Nithin Devang

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C++ General Interview Questions

Is atoi safe?

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What is a local reference?

0 Answers  


How does com provide language transparency?

0 Answers  


Is c++ the best programming language?

0 Answers  






Are vectors faster than arrays?

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 do you understand by zombie objects in c++?

0 Answers  


Can turbo c++ run c program?

0 Answers  


Define a nested class.

0 Answers  


What is iostream in c++ used for?

0 Answers  


Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort

0 Answers  


Categories