Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a template in c++?

Answer Posted / glibwaresoftsolutions

In this set of fresher-level C++ interview questions, a common topic in C++ is the concept of templates.
Templates in C++ are essential for generic programming, serving as blueprints for creating generic classes or functions. In simple terms, templates enable developers to design a single function or class that can work with various data types.
C++ templates, often called generic functions or classes, are a powerful feature of the language. The keyword "template" defines the syntax, while the angled brackets containing a parameter (e.g., T) specify the data type variable.
There are two main types of templates in C++:
• Function templates
• Class templates

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is setw manipulator in c++?

1009


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

1009


Explain storage qualifiers in c++.

1025


What is flag in computer?

981


Where are setjmp and longjmp used in c++?

1044


Out of fgets() and gets() which function is safe to use?

1067


What is virtual base class?

1000


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

1089


What is the syntax for a for loop?

1066


Can the creation of operator** is allowed to perform the to-the-power-of operations?

947


how to connect with oracle 9i with server in socket program in c/c++

2280


What is the c++ programming language used for?

984


What do the header files usually contains?

997


Which bit wise operator is suitable for checking whether a particular bit is on or off?

970


What is a multimap c++?

1136