Question d’entretien chez Bloomberg

Difference between malloc and new?

Réponse à la question d'entretien

Utilisateur anonyme

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++.