Write a function escape(s,t) that converts characters like newline and tab into visible escape sequences like n and t as it copies the string t to s.
Write a function escape(s,t) that converts characters like newline and tab into visible escape sequences like n and t as it copies the string t to s.