What is the difference between map and hashmap in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a 2 dimensional array by one dimentional array
Explain RAII (Resource Acquisition Is Initialization).
WHAT IS THE ABREVATION OF FORTRAN?
What is prototype in c++ with example?
what is multi-threading in C++?
What is an iterator class in c++?
program to print this triangle * * * * * *
Are php strings immutable?
Incase of a function declaration, what is extern means?
What is slicing?
Explain the use of virtual destructor?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?