What are maps in c++?


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

Post New Answer

More C++ General Interview Questions

Explain the use of virtual destructor?

0 Answers  


What does asterisk mean in c++?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What is enum class in c++?

0 Answers  


What is general form of pure virtual function? Explain?

0 Answers  


What is c++ array?

0 Answers  


What do you mean by function overriding & function overloading in c++?

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


What operator is used to access a struct through a pointer a) >> b) -> c) *

0 Answers  


What is class invariant in c++?

0 Answers  


Differentiate between the message and method?

1 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


Categories