NEW:
- calls constructor
- It is an operator
- Returns exact data type
- on failure, Throws bad_alloc exception
- size is calculated by compiler
malloc() :
- does not calls constructors
- It is a function
- Returns void *
- On failure, returns NULL
- size is calculated manually
Shathana. S.R. Answered question July 6, 2023
