Question: C-Language Question: You are required to write a program that can translate International (ITU) Morse code to text and vice versa. Your program must comply
C-Language Question:
You are required to write a program that can translate International (ITU) Morse code to text and vice versa. Your program must comply with the following specifications:

- Input that is a combination of alphanumeric characters and whitespace is to be translated into Morse code.
- Input that is a combination of periods (.), dashes (-), slashes (/) and whitespace is to be translated into text.
- Incorrectly formatted input is to result in the message Invalid input! and the program is to return a non-zero return value.
- Incorrect Morse code input is to result in the message Invalid Morse code! and the program is to return a non-zero return value.
- Alphanumeric output is to be single-spaced and ALL CAPS.
- Morse code output is to be single-spaced between letter groups, and space-separated slash delimited between words.

Please show code in detail with comments.
Upon running the program, the user must be presented with the following prompt Text Welcome to the Morse translator. Enter input: Upon running the program, the user must be presented with the following prompt Text Welcome to the Morse translator. Enter input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
