What is the use of map in c++?
No Answer is Posted For this Question
Be the First to Post Answer
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
What is constant in c++ with example?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
what is the emaning of '#include" "'?
What should main() return in c and c++?
Can we delete this pointer in c++?
What are the difference between reference variables and pointers 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 static functions?
Write about the access privileges in c++ and also mention about its default access level?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,