what is the use of using linked list and array?
Answer Posted / m.madhu sudhan
we can decrease our time complexcity and allocate
[particular memory place for give variable,this is not
possible in the arrays.this is my ans.......
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is queue in c?
Is int a keyword in c?
Why is python slower than c?
Is linux written in c?
Can the curly brackets { } be used to enclose a single line of code?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why is c so important?
What do you mean by recursion in c?
What is console in c language?
How can you find out how much memory is available?
Write a program to reverse a string.
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.
Why is it usually a bad idea to use gets()? Suggest a workaround.
Explain the use of bit fieild.