Answer Posted / srinivasu
linked list is distributed memory locations.In this linked
list we have to insert the elements and delete the elements
that means insertion and deletion is possible.And in this
linked list all elements are stored in heap.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can one function call another?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is static and auto variables in c?
What is New modifiers?
What is queue in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Do you know the use of 'auto' keyword?
What is the 'named constructor idiom'?
How do you search data in a data file using random access method?
What is difference between scanf and gets?
What are unions in c?
write a program to display all prime numbers
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is void c?
Explain the difference between #include "..." And #include <...> In c?