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
2348Memory 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 28421this 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 5212suppose 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 9842
Is there any error below, its a code to delete all entires from a map #include
What is the default width for ouputting a long integer using the insertion operator?
What do you mean by friend class & friend function in c++?
Why can’t you call invariants() as the first line of your constructor?
How a pointer differs from a reference?
What are destructors?
What is a hash function c++?
What is double in c++?
What is a string example?
Describe private, protected and public – the differences and give examples.
Explain function overloading and operator overloading.
State the difference between pre and post increment/decrement operations.
When should you use global variables?
Declare a class vehicle and make it an abstract data type.
How do I use turbo c++?