Lanague is C. Please include comments for code
1. Remove, Replace, Flip For this program you will implement the following utility functions. void removeBlanks(char *src, char *dest); void replaceChar(char *src, char oldChar, char newChar) char *flipCase(const char *src); Please read the description of these functions carefully In the removeBlanks function you will implement a routine that takes a string in as src and outputs the same string into dest but removing any blank space character encountered For example, if the
OR
OR