Use an appropriate parameter passing mechanism your


Write a function which takes one string variable (not C string) as input and modifies the existing string. Try to find "Ohio" or "OHIO" in the input string. If the input string contains either of these, replace those 4 characters with "OH". As an example,

Original string = "Blacklick, Ohio 43004"

Modified string = "Blacklick, OH 43004"

Use an appropriate parameter passing mechanism. Your function will not do any cin or cout. Do not write a main function. Make sure to properly format all your code.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Use an appropriate parameter passing mechanism your
Reference No:- TGS0662040

Expected delivery within 24 Hours