What does the ordinary new int expression do?
new int
Creates a fixed five-element array automatically
Allocates an integer on the heap and returns a pointer to it
Releases an integer that was previously allocated
Creates a reference to an existing stack variable