const char*: This is a pointer to a C-style string, which is a null-terminated character array. You must manage memory manually (e.g., allocating and deallocating). const std::string&: This is a ...