Answer Posted / sandeep
abcd*+e-/
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the code in while loop that returns the output of given code?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What are keywords in c with examples?
What is static and volatile in c?
Do character constants represent numerical values?
How do you list a file’s date and time?
What is the heap in c?
Explain what is gets() function?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Is it possible to initialize a variable at the time it was declared?
What is scope of variable in c?
Which node is more powerful and can handle local information processing or graphics processing?
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.
What is binary tree in c?
How was c created?