Pergunta de entrevista da empresa MathWorks

What is the difference between malloc and new?

Resposta da entrevista

Sigiloso

4 de nov. de 2011

malloc returns a void pointer while new returns a pointer to the type of object you allocated space for