Can you Mention some Application of C/C++?
No Answer is Posted For this Question
Be the First to Post Answer
what is pre-processor in C++?
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.
What are the difference between reference variables and pointers in C++?
How would you call C functions from C++ and vice versa?
Array base access faster or pointer base access is faster?
What happens when the extern "c" char func (char*,waste) executes?
What is the best c++ book for beginners?
Explain what you mean by a pointer.
List the features of oops in c++?
What are the different types of polymorphism?
Explain the static member function.
What is stl containers in c++?