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
Explain what is the benefit of using an enum rather than a #define constant?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Find the highest of three numbers and print them using ascending orders?
What is c++ used for today?
How many keywords (reserve words) are in c?
What is hungarian notation? Is it worthwhile?
what does data structure mean?
what are the interview question's in the language c
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write a program to find factorial of a number using recursive function.
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Explain what are the different data types in c?