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 does selection sort work in c?
What are the different types of C instructions?
What is f'n in math?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
c programming of binary addition of two binary numbers
biggest of two no's with out using if condition statement
Explain how can I open a file so that other programs can update it at the same time?
what are the stoge class in C and tel the scope and life time of it?
Can I pass constant values to functions which accept structure arguments?
What are the different types of endless loops?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............