Question: C++, use strstr function if you can Write a definition to the following function: void removeFileName(char * url); url points to a string containing a

C++, use strstr function if you can
C++, use strstr function if you can Write a definition to the

Write a definition to the following function: void removeFileName(char * url); url points to a string containing a URL that ends with a file name, such as www.webster.edu/index.html. This function should modify the string by removing the file name and preceding slash. In this example, the result will be www.webster.edu. You can assume there won't be any other slashes in the URL

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!