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

Post New Answer

More C Interview Questions

How does selection sort work in c?

1 Answers  


What are the different types of C instructions?

1 Answers   InterGraph,


What is f'n in math?

1 Answers  


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?

1 Answers  


c programming of binary addition of two binary numbers

4 Answers  


biggest of two no's with out using if condition statement

8 Answers  


Explain how can I open a file so that other programs can update it at the same time?

1 Answers  


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


Can I pass constant values to functions which accept structure arguments?

2 Answers  


What are the different types of endless loops?

1 Answers  


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...............

3 Answers  


Categories