[solved] – Question 99936
Write a function named trimrear() that deletes all trailing blanks from a string.
Write the function using pointers with a return type of void.
Expert Answer
OR
Write a function named trimrear() that deletes all trailing blanks from a string.
Write the function using pointers with a return type of void.
OR