const char *
char * const
What is the differnce between the above two?
Answers were Sorted based on User's Feedback
What is a virtual destructor?
Does c++ have a hash table?
What data encapsulation is in c++?
What is runtime polymorphism in c++?
When is a template a better solution than a base class?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Memory 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.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
What is an iterator class in c++?
What is the size of integer variable?
which of the following is not an secondary constant a) array b) real c) union
What happens if an exception is throws from an object's constructor and from object's destructor?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables