STL (140)
OOPS (873)
C++ General (2409) Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts
2270Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
BNB, FDS, Goldman Sachs, Nagarro,
16 27752this is to swap to strings....but in output the whole
strings are swapped leaving first as it is...why it is so
#include
Why many objects can working together? How objects working togetherM I want to see example code.
2 5101suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
3 9668
It is possible to build a C++ compiler on top of a C compiler. How would you do this?
What polymorphism means?
What do you understand by pure virtual function? Write about its use?
How would perform Pattern Matching in C++?
How should runtime errors be handled in c++?
What does h mean in maths?
What are all predefined data types in c++?
What is abstract class in oops?
What is c++ library?
What are vectors used for in c++?
Why is oop useful?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What are move semantics?
What is a standard template library (stl)?
Mention the purpose of istream class?