Should the this pointer can be used in the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
what is a reference variable in C++?
What is size of Empty Class?
What is the c++ code?
Can class objects be passed as function arguments?
Differentiate between an external iterator and an internal iterator?
Is dev c++ a good compiler?
What is rvalue?
tell me about yourself ?i want answer for frehers with various exasmples?
What is c++ manipulator?
What is fixed in c++?
catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement