What is the purpose of template?


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

Post New Answer

More C++ General Interview Questions

What's c++ used for?

0 Answers  


What C++ libraries are you proficient with?

1 Answers   Google,


What language does google use?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,






What is the main use of c++?

0 Answers  


What is vector string in c++?

0 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


What are advantages of c++?

0 Answers  


How a pointer differs from a reference?

0 Answers  


Explain linked list using c++ with an example?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


Categories