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
2346Memory 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 28409this 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 5206suppose 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 9841
What is a template in c++?
What is the extension of c++?
Can we call C++ OOPS? and Why
What is class and object in oops?
Describe new operator?
what is graphics
Give an example of run-time polymorphism/virtual functions.
Where is atoi defined?
What is malloc in c++?
Are strings mutable in c++?
Are iterators pointers?
How can we check whether the contents of two structure variables are same or not?
Are c and c++ similar?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is a storage class?