Generate the function prototype for a function named “getnam…
Generate the function prototype for a function named “getname” that does not return a value. The function definition obtains the person’s name (a string value) that is changed in the memory location back in the main function. DO NOT write the functtion definition, only the prototype.