Name the implicit member functions of a class.


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

Post New Answer

More C++ General Interview Questions

A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


what is the C++

1 Answers   Wipro,


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Explain rtti.

0 Answers  






What is the full form of india?

0 Answers  


What is function prototyping?

0 Answers  


Describe new operator?

0 Answers  


Specify some guidelines that should be followed while overloading operators?

0 Answers  


What is c++ vb?

0 Answers  


What is a constructor and how is it called?

0 Answers  


What is static function and static class?

4 Answers   HCL,


Categories