Answer Posted / ram kumar
array is a group of characturs
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the size of a union variable?
Is c is a middle level language?
What is ponter?
What is the use of sizeof () in c?
What is a program flowchart and how does it help in writing a program?
What is function and its example?
What is meant by inheritance?
Write a progarm to find the length of string using switch case?
Function calling procedures? and their differences? Why should one go for Call by Reference?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is data type long in c?
What does 3 periods mean in texting?
What is structure of c program?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
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.