- Task 2 Write C Code To Find A Particular Data And Replace It With User Entered New Data The Function Prototype Shoul 1 (27.7 KiB) Viewed 47 times
Task 2: Write C++ code to find a particular data and replace it with user entered new data. The function prototype shoul
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Task 2: Write C++ code to find a particular data and replace it with user entered new data. The function prototype shoul
Task 2: Write C++ code to find a particular data and replace it with user entered new data. The function prototype should be like this, Void FindAndReplace(int toFind, int toReplace); Note that the value of toFind and toReplace should be prompted from user. Submit compete working code with all aspects along with screen shot of output.