What is c++ map?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


What is lvalue?

0 Answers  


How do we implement inheritance in c++?

0 Answers  


What does iomanip mean in c++?

0 Answers  


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  






Mention the ways in which parameterized can be invoked.

0 Answers  


What are the two types of polymorphism?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


How to create a pure virtual function?

1 Answers  


Show the declaration for a static function pointer.

0 Answers  


Please explain class & object in c++?

0 Answers  


Explain explicit container.

0 Answers  


Categories