What does it mean to declare a member function as static?


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

Post New Answer

More C++ General Interview Questions

Why c++ is the best language?

0 Answers  


Explain operator overloading.

0 Answers  


In what situations do you have to use initialization list rather than assignment in constructors?

0 Answers  


write a program that a 5 digit number and calculates 2 power that number and prints it.

2 Answers   Vimukti Technologies,


If dog is a friend of boy, is boy a friend of dog?

0 Answers  






How size of a class can be calulated?

2 Answers  


What are formatting flags in ios class?

0 Answers  


What is unary operator? List out the different operators involved in the unary operator.

0 Answers  


why the size of an empty class is 1

4 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 a container class? What are the types of container classes?

1 Answers  


Describe private, protected and public?

0 Answers  


Categories