✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Якого значення набуде змінна str в результаті виконання коду
string str = "wor";
char k= 'd';
str.insert(3, 2, 'k');
cout << str;