Answer Posted / ravi joshi
Linked list is a data structure where data is logically
viewed as contiguous and helps user in systematically
storing and retrieving the data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can I open a file so that other programs can update it at the same time?
Explain how can I convert a string to a number?
What is #define in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
How many levels of indirection in pointers can you have in a single declaration?
What is the difference between the expression “++a” and “a++”?
What is the purpose of ftell?
Can a function argument have default value?
Are bit fields portable?
What is wrong with this code?
What do header files do?
Explain about C function prototype?
What are the complete rules for header file searching?
Explain the term printf() and scanf() used in c language?
What is merge sort in c?