Which of the following describes the correct syntax for overloading new operator for arrays
new operator cannot be overloaded
void *operator new(size_t,int);
void operator new;
void *operator new;