#include using namespace std; int main() { int *p=new int; *p=4; cout<<*p<