What is a c++ vector?
What is pure virtual function?
Write about the various sections of the executable image?
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++?
Should I learn c or c++ first?
WHAT IS THE ABREVATION OF FORTRAN?
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
Do you know what is overriding?
What does asterisk mean in c++?
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.
What is the use of lambda in c++?
Differentiate between a copy constructor and an overloaded assignment operator.