STL (140)
OOPS (873)
C++ General (2409)
How do I convert a stl file?
What is a string example?
What is a memory leak in C++?
Which function should be used to free the memory allocated by calloc()?
Are vectors passed by reference c++?
Can I make ios apps with c++?
Mention the storage classes in c++.
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Is string an object in c++?
Is c++ a programming language?
What is the rule of three?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is the use of seekg in c++?
Is arr and &arr are same expression for an array?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?