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
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
Get step-by-step solutions from verified subject matter experts
