Question: USE C LANGUAGE Question 1 0 25 Write a program to translate the English alphabet to binary strings according to the above correspondence and store
USE C LANGUAGE

Question 1 0 25 Write a program to translate the English alphabet to binary strings according to the above correspondence and store the result in a file. So 'c' represented as 00010, d' represented 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 same alphabet from
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
