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

What are member functions used in c++?

0 Answers  


What is a try block?

0 Answers  


What is insertion sorting?

0 Answers  


Does c++ support multilevel and multiple inheritances?

0 Answers  


What is the difference between new/delete and malloc/free?

1 Answers  






Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


How would you use qsort() function to sort an array of structures?

0 Answers  


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


What are structs in c++?

0 Answers  


Describe exception handling concept with an example?

0 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


Categories