Answer Posted / pushkar
becoz this us the Dell
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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.
Is c still relevant?
write a programming in c to find the sum of all elements in an array through function.
What is the translation phases used in c language?
Explain the difference between the local variable and global variable in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How can I manipulate strings of multibyte characters?
Write programs for String Reversal & Palindrome check
Write a program to reverse a string.
write a c program in such a way that if we enter the today date the output should be next day's date.
Explain what’s a signal? Explain what do I use signals for?
What is structure and union in c?
Why c is procedure oriented?
Why is c used in embedded systems?
write a program to generate address labels using structures?