In CPP, dynamic memory allocation is done using ______________ operator.

Options
calloc()
malloc()
allocate
new 


new
