What is pair in c++?


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

Post New Answer

More C++ General Interview Questions

What is lambda expression c++?

0 Answers  


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


What is :: operator in c++?

0 Answers  


what is c++

0 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  






Is facebook written in c++?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What is c++ prototype?

0 Answers  


What is virtual destructors? Why they are used?

1 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


Is c# written in c++?

0 Answers  


How new/delete differs from malloc()/free?

0 Answers  


Categories