Question
Please write the following program in C NOT C++. Write the complete program with correct syntax. A company named Sheba.xyz has recently moved from their
Please write the following program in C NOT C++. Write the complete program with correct syntax.
A company named Sheba.xyz has recently moved from their old domain to a new domain. However, a lot of the company email addresses are still using the old one (employeeName@kaaj.com). Write a function in C that takes the email id of an employee as input and checks whether that email id is updated (I.E. using the new domain employeeName@sheba.xyz) or not. Sample Input: fahmid@kaaj.com zaki@sheba.xyz Sample Output: Email address is outdated Email address is okay
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started