Question: Please Use C program to solve this 4. Define a function char* replaceChar (char *3, char x, char y) that changes the character x to
Please Use C program to solve this

4. Define a function char* replaceChar (char *3, char x, char y) that changes the character x to character y of string s. For 3[] = "dhaka", a call to replaceChar(s, 'd', 'D') converts s[] = "Dhaka". [8]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
