下列函数的输出内容是:char a[10] = { "abc de fg" }; char* p = &a[3]; cout << p; A、“ de fg”; B、“de fg”; C、“ de”; D、“de” 发布时间:2025-08-30 18:12:58