STL (140)
OOPS (873)
C++ General (2409) What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
3 9628
Write about the role of c++ in the tradeoff of safety vs. Usability?
What is endl c++?
What is the use of endl?
When did c++ add stl?
How to reverse a string in C++
What is class and example?
How are Structure passing and returning implemented by the compiler?
Explain object slicing in c++?
what is data abstraction in C++?
What is difference between array and vector in c++?
Is c++ still in demand?
what are Access specifiers in C++ class? What are the types?
What is a pointer how and when is it used?
What is array in c++ example?
What is a try block?