Рассмотрим эту программу: struct S { int m; }; int main() { S s_arr[1]{0}; S *s_new = new S[1]{0};...