How many keywords are used in c++?
when can we use copy constructor?
Have you used MSVC? What do you think of it?
Should a constructor be public or private?
What is a 'pure' virtual function and what's its use?
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.
check whether a no is prime or not.
What are the two main components of c++?
What is a Default constructor?
Is it possible to provide default values while overloading a binary operator?
Define private, protected and public access control.
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?