Question: Write a program to translate the English alphabet to binary strings according to the above correspondence and store the result in a file. So crepresented
Write a program to translate the English alphabet to binary strings according to the above correspondence and store the result in a file. So crepresented as 00010, drepresented as 00011. So if your input is cd, The output in the file will be 0001000011. Also, read the binary strings from the file and translate it to Alphabet. Use 5 bits to represent your binary data Verify your result that you get the same alphabet from a binary string. It's a C program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
