what are the iterator and generic algorithms.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between set and map in c++?
What do you mean by storage classes?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
Is c++ platform dependent?
Which bit wise operator is suitable for putting on a particular bit in a number?
Explain object slicing in c++?
What is abstract keyword in c++?
Explain linked list using c++ with an example?
What will the line of code below print out and why?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
How is c++ different from java?