STL (140)
OOPS (873)
C++ General (2409)
What is oop in c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Why do we use classes in programming?
Can a class be static in c++?
What are the effects after calling the delete this operator ?
What are vectors used for in c++?
Explain linked list using c++ with an example?
What is void pointer in c++ with example?
Write about an iterator class?
Explain the use of vtable.
Write syntax to define friend functions in C++.
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Explain the difference between new() and malloc() in c++?
What is static modifier?
Is swift a good first language?