Define stl.
No Answer is Posted For this Question
Be the First to Post Answer
write a program to convert a decimal number in to its equivalent binary number?
#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 the underlying datastructure of map?
write a program that input four digit no and finds it is palindrome or not
What are the symptoms of stl?
What are the different types of stl containers?
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.
WHAT IS FIBONACCI SERIES?
What is a standard template library (stl)?
What are the various types of stl containers?
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
what is an algorithm in terms of STL?