Question: Write a function, named convert, that takes a single argument, a string (char pointer/array). The function should modify the string so that all single quote
Write a function, named "convert", that takes a single argument, a string (char pointer/array). The function should modify the string so that all single quote characters are replaced with double quotes.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
