What is a template in c++?


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

Post New Answer

More C++ General Interview Questions

Explain selection sorting. Also write an example.

0 Answers  


What is the arrow operator in c++?

0 Answers  


Can turbo c++ run c program?

0 Answers  


What is the difference between reference and pointer?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,






what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


List the features of oops in c++?

0 Answers  


What does h mean in maths?

0 Answers  


What is data hiding c++?

0 Answers  


What is using namespace std in cpp?

0 Answers  


Why do we use vector in c++?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Categories