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

why c++ is not called strictly d super set of c?

3 Answers   Satyam,


When the design recommends static functions?

2 Answers   Symphony,


Differences between private, protected and public and give examples.

0 Answers  


Is c++ built on c?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  






let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What is else if syntax?

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


why the size of an empty class is 1

4 Answers  


How did c++ get its name?

0 Answers  


Can member data be public?

0 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


Categories