Define a pointer to a data member of the type pointer to pointer?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is ofstream c++?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What do you mean by internal linking and external linking in c++?
Differentiate between a copy constructor and an overloaded assignment operator.
What is constructor c++?
What is c++ programming language?
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.
Describe friend function & its advantages.
What language is a dll written in?
What is Memory Alignment?
What are mutator methods in c++?