Can malloc be used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use using namespace std in c++?
What is the use of map in c++?
Can constructor be private in c++?
What happens if an exception is throws from an, object's constructor and object's destructor?
Explain register storage specifier.
What is RAII (Resource Acquisition Is Initialization)?
how can u create a doubly linked list with out using pointers?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What are literals in C++?
What do you mean by inheritance in c++?
Explain the operation of overloading of an assignment operator.