- 1
Complete this fun so that it replaces all occurrences of y with z in array x . The fun shld return no of replacement made.
int replace(int *x, int n, int y, int z) { return 0;
1 Answer
0
First try yourself.. and post your try if not solved...
int replace(int *x, int n, int y, int z) { return 0;