what is a template?
Answers were Sorted based on User's Feedback
Answer / shiva
Template is for creating generic functions as well as data
members
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ramya
templates are used for creating a family of function by
function templates,creating a family of class using class
templates
| Is This Answer Correct ? | 1 Yes | 2 No |
Write a program in C++ to concatenate two strings into third string using pointers
What two types of containers does the stl provide?
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
tell about sorted linked list
how to overload << and >> operator in c++
What is the name of your birth place?
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
When did c++ add stl?
Is stl part of c++ standard?
Write a program in C/C++ to implement reader- writer problem
What is stl language?
What is a stl vector?