Bloomberg interview question

Difference between malloc and new?

Interview Answer

Anonymous

21 Oct 2017

This question came up when I used malloc to create node of Linked List. Interviewer pointed out that malloc is C way of doing things and asked what is the alternative to malloc in C++.