What is the output of the following? int main() { ... int *p=new int(87); ... }
compile time error
run time error
p is initialized to 87
space for an array of 87 integers is allocated