How are strings stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the modifier in c?
what's the return value of malloc()
why array index always starts from zero??
What is pointer to pointer in c?
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.
which is the best antivirus and how to update it
What is the auto keyword good for?
void main() { int i=5; printf("%d",i++ + ++i); }
Who developed c language?
What is null in c?
What are static functions?
What is double pointer in c?