string* str_arr = nullptr; str_arr = new string[10]; //initialize str_arr[0] = "Hello"; str_arr[1] = " World!";