WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
#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?
Is stl open source?
Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.
What are the components of stl?
why & sign is used in copy constructor
What is stl stack?
What do you mean by stl?
How stl is different from the c++ standard library?
In what scenario does the Logical file and Physical file being used?
what is an algorithm in terms of STL?
What does stl mean in slang?
What Is Operator Overloading in C++?