3750 . 单选题 Puls

运行下面代码,屏幕上输出是?

int arr[3] = {24,9,7};
int * p = arr;
p++;
cout << * p << endl;