Question: PE 15UL) 190 Write a CH program to implement a function named StrFcn. This function receives two strings (strl and str2) . The function reverses
PE 15UL) 190 Write a CH program to implement a function named StrFcn. This function receives two strings (strl and str2) . The function reverses the content of strl and save the result in str2. void StrFcn (char* stri, char" str2); Example: char Stri [= "cpe 150 exam char Str2 [100] = "maxe 051 epa"; In your main do the following: Create two strings o Strl and initialize it with your first name. o Str2 Call the function Stricn . Print strin to the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
