What is the difference between map and hashmap in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Does std endl flush?
How const functions will be treated by compiler?
What is a null object in c++?
Is java based off c++?
What are the advantages of c++? Explain
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is a map in c++?
What is protected inheritance?
What is c++ mutable?
What is the use of dot in c++?
What are arithmetic operators?
Explain what you mean by a pointer.