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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!