truncate a string of ending newline C++ code example Example: how to remove \n from a string c str[strcspn(str, "\n")] = 0;