Define a pointer to a data member of the type pointer to pointer?


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

Post New Answer

More C++ General Interview Questions

When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


What is ofstream c++?

0 Answers  


Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  


Differentiate between a copy constructor and an overloaded assignment operator.

0 Answers  


What is constructor c++?

0 Answers  


What is c++ programming language?

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,


Describe friend function & its advantages.

0 Answers   TCS,


What language is a dll written in?

0 Answers  


What is Memory Alignment?

2 Answers   TCS,


What are mutator methods in c++?

0 Answers  


Categories