Practice how to set the terminal setting.
Instruction:
Write a C program that will check the current setting of "echo". It it is on, display the message and turn it off. If it is off, display the message and turn it on,
Thing to submit:
1. A c program with header and comments documentation,.
2. A screen shots showing the successful execution of testing.