what is data abstraction in C++?
No Answer is Posted For this Question
Be the First to Post Answer
what are the iterator and generic algorithms.
How many types of classes are there in c++?
Is it possible for the objects to read and write themselves?
Is c++ still being used?
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.
Explain virtual class?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Can c++ be faster than c?
What is the this pointer?
What are Virtual Functions? How to implement virtual functions in "C" ?
What size is allocated to the union variable?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h