Sir,please help me out with the code of this question.
Write an interactive C program that will encode or decode
multiple lines of text. Store the encoded text within a
data file, so that it can be retrieved
and decoded at any time. The program should include the
following features:
(a) Enter text from the keyboard, encode the text and store
the encoded text in a data file.
(b) Retrieve the encoded text and display it in its encoded
form.
(c) Retrieve the encoded text, decode it and then display
the decoded text.
(d) End the computation.
Test the program using several lines of text of your choice.
No Answer is Posted For this Question
Be the First to Post Answer
How can I find the modification date of a file?
explain what are pointers?
what is diognisis?
how to get the starting address of file stored in harddisk through 'C'program.
what is printf
What is the relationship between pointers and data structure?
what will be the output for the following main() { printf("hi" "hello"); }
How can you invoke another program from within a C program?
What is derived datatype in c?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4