⟩ Tell us can we use malloc() function of C language to allocate dynamic memory in C++?
Yes, as C is the subset of C++, we can all the functions of C in C++ too.
Yes, as C is the subset of C++, we can all the functions of C in C++ too.
Tell me what is the full form of OOPS?
Tell us what is a storage class?
Do you know which access specifier/s can help to achive data hiding in C++?
Explain me what is virtual destructors? Why they are used?
Explain me what is implicit conversion/coercion in c++?
Explain void* realloc (void* ptr, size_t size)?
Do you know what is encapsulation?
Please explain the volatile and mutable keywords?
Tell me the default standard streams in C++?
Tell me the types of inheritance supported in C++?