Which of the following is false about new operator?
1
The new operator can be used to create objects of any type.
2
The new operator allocates sufficient memory to hold a data object and returns the address of the object.
3
It automatically computes the size of the data object.
4
To return the correct pointer type new operator needs type casting.
5
Question Not Attempted