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 is static function? Explain with an example

0 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


What is a conversion constructor?

1 Answers  


Why do we use using namespace std in c++?

0 Answers  


Copy Linked List using recursive function?

2 Answers   Persistent,






Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


What do you mean by a template?

0 Answers  


In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that

0 Answers  


What is a concrete class?

1 Answers  


Differentiate between a pointer and a reference with respect to c++.

0 Answers  


What are the uses of typedef in a program?

0 Answers  


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

0 Answers  


Categories