Explain about templates of C++.


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

Post New Answer

More C++ General Interview Questions

The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


Explain the use of this pointer?

0 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


Define whitespace in C++.

0 Answers   HCL,






Is swift a good first language?

0 Answers  


What is else syntax in c++?

0 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


What are special characters c++?

0 Answers  


What is design pattern?

2 Answers   Samsung,


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


Categories