What is a c++ vector?


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

Post New Answer

More C++ General Interview Questions

What is pure virtual function?

0 Answers  


Write about the various sections of the executable image?

0 Answers  


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


What does iomanip mean in c++?

0 Answers  


Should I learn c or c++ first?

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Do you know what is overriding?

0 Answers  


What does asterisk mean 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 the use of lambda in c++?

0 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


Categories