Question: Write a function that takes as parameters two strings and returns a pointer to the longest part in the first string that doesn't contain any
Write a function that takes as parameters two strings and returns a pointer to the longest part in the first string that doesn't contain any character of the second string. If none part is found, the function should return NULL. Write a program that reads two strings up to 100 characters, calls the function, and displays that part. in c language please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
