Question: Write a C program that includes the following: 1. (6 points) A function called CheckWebsite Title, which receives a string as an input, and checks

Write a C program that includes the following: 1. (6 points) A function called CheckWebsite Title, which receives a string as an input, and checks whether it is correct Website Title or not. Note: For a string to be a correct Website Title it contains more than 2 dots and starts with WWW. 2. (7 points) The main function, which lets the user input a string and call the function Check Website Title to check if the string is correct Website Title or not. If the entered Title is correct the program should classify the Title by evaluating its Domain, as follows: The Title ends in COM, display Commercial The Title ends in ORG, display **Organization The Title ends in NET, display "Network
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
