help to write a C program to decrypt the message which encrypted using the simple substitution cipher.
This is a discussion on Simple Substitution Cipher within the C Programming forums, part of the General Programming Boards category; help to write a C program to decrypt the message which encrypted using the simple substitution cipher....
help to write a C program to decrypt the message which encrypted using the simple substitution cipher.
You should start by reading Announcements - General Programming Boards.
(Well, you should start the program by writing down what you want to do in normal words, then converting that to an algorithm, and then implementing the algorithm.)