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

 asap Write a C program that includes the following: 1. (6

asap

Write a C program that includes the following: 1. (6 points) A function called CheckEmail, which receives a string as an input, and checks whether it is correct student's email. Note: For a string to be a correct student's email.it should starts with one uppercase alphabet followed by a dot, also it should contain an '@'followed by "gju". 2. (7 points) The main function, which lets the user input a string and call the function CheckEmail to check if the string is correct student's email or not. If yes the program should print "The Email is Valid", otherwise the program should let the user enter another string until he enters a valid email

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!