Question: IN C PROGRAMMING: You are to write two functions char *reverse (char *dest, char *src) And char * mystNcpy(char *dest. char *src, ?nt n); You
IN C PROGRAMMING:

You are to write two functions char *reverse (char *dest, char *src) And char * mystNcpy(char *dest. char *src, ?nt n); You should not use any standard library functions in your fumctions. These two fiumetion can be used in Lab 8 The function char * reverse(char *dest, char *sre); copies the reverse of the string pointed to by sre to the memory location pointed to by dest (note src could equal dest) The function char *mystrNcpy(char *dest, char *sre, int n): if n
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
