MathWorks Interview Question

What is the difference between malloc and new?

Interview Answer

Anonymous

Nov 4, 2011

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