Question: Write a C function (only a function) that takes a string of any size (size > 3) as a parameter and prints the string after
Write a C function (only a function) that takes a string of any size (size > 3) as a
parameter and prints the string after replacing the first letter with the last (e.g. if
the string is "ahmad" then your function should print "dhmaa" to the screen).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
