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
what is the use of c program?
4 Answers Synergy, Web Synergies,
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
How can I sort a linked list?
How can I call fortran?
What is the difference between int main and void main?
provide an example of the Group by clause, when would you use this clause
FILE PROGRAMMING
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the purpose of & in scanf?
Describe how arrays can be passed to a user defined function
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.