What is a list in c++ stl?
No Answer is Posted For this Question
Be the First to Post Answer
How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
How stl is different from the c++ standard library?
What is the stl, standard template library?
what is compiler?
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
What is meant by stl in c++?
how to making game in c++ ?
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
What is a list in c++ stl?
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?"