What is stl in oop?
No Answer is Posted For this Question
Be the First to Post Answer
#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 stl stack?
What Is Operator Overloading in C++?
Explain when u will use Observer pattern and how u will implement in c++ .
What is meant by stl in c++?
What is 2*2?
what is c++
Explain References in C++
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
Write a program in C++ to concatenate two strings into third string using pointers
Explain stl.