2

单选题 2 /47

int main()
{
    char *p = "hello,world";
    return 0;
}
p和"hello,world"存储在内存哪个区域?

参考答案

栈,堆
栈,栈
堆,只读存储区
栈,只读存储区