std::string str = "hello world"; char *str = "hello world"; char str[] = "hello world"; char str[11] = "hello world";