Do the same exercise with c-style strings using only c


Write a function that takes two strings and returns a stringthat is the concatenation of the strings with a dot in the middle. For example, given fileand write, the function returns file.write. Do the same exercise with C-style strings using only C facilities such as malloc() and strlen(). Compare the two functions. What are reasonable criteria for a comparison?

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Do the same exercise with c-style strings using only c
Reference No:- TGS01628114

Expected delivery within 24 Hours