1.Write a function using pointers to add two matrices and to return the resultant matrix to the calling function.
- Using pointers, write a function that receives a character string and a character as argument
and deletes all occurrences of this character in the string. The function should return the
corrected string with no holes.