What is a multimap c++?
No Answer is Posted For this Question
Be the First to Post Answer
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What do you mean by storage classes?
What is the use of :: operator in c++?
What does std mean in c++?
Does std endl flush?
Why null pointer is used?
Can a function take variable length arguments, if yes, how?
what is c++
How do I exit turbo c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Why do C++ compilers need name mangling?