What is the use of stl?
No Answer is Posted For this Question
Be the First to Post Answer
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
Can we use stl in coding interviews?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
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 is stl different from c++ standard library?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What is stl in c++ with example?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
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?"
What are the various types of stl containers?
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }