What are c++ templates used for?


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

Post New Answer

More C++ General Interview Questions

Difference between Constructors and static constructors?

3 Answers   IBM, TCS,


What is "map" in STL?

2 Answers  


When can I use a forward declaration?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  






What do you mean by storage classes?

1 Answers  


What is a wchar_t in c++?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What is the best free c++ compiler for windows?

0 Answers  


What is while loops?

0 Answers  


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

0 Answers  


Categories