What is the purpose of templates in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
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 is an iterator?
difference between the c++ and c languages
Live example for static function?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
why can't we declare data member of class auto register or extern
Explain some examples of operator overloading?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is a far pointer? where we use it?
Which ide is best for c++?