sir i want to study the c++ course but ino what is the
qualification and the study methode please reply more
details in c++
Read C++ by Dissection
by Ira Pohl
my answer surety %=50%
_Nithin Devang
Is This Answer Correct ? | 1 Yes | 1 No |
Is atoi safe?
What is the difference between an enumeration and a set of pre-processor # defines?
What is a local reference?
How does com provide language transparency?
Is c++ the best programming language?
Are vectors faster than arrays?
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 do you understand by zombie objects in c++?
Can turbo c++ run c program?
Define a nested class.
What is iostream in c++ used for?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort