Choose a topic to test your knowledge and improve your C/C skills
Which of the following is correct about new and malloc?
What is virtual inheritance?
What is the difference between delete and delete[] in C++?
Which of the following is correct about new and malloc? i) new is an operator whereas malloc is a function ii) new calls constructor malloc does not iii) new returns required pointer whereas malloc returns void pointer and needs to be typecast