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
In C language what is a 'dangling pointer'?
Describe the header file and its usage in c programming?
What is static memory allocation? Explain
write a program for the normal snake games find in most of the mobiles.
C program to find all possible outcomes of a dice?
How are structure passing and returning implemented?
What does void main () mean?
How do I determine whether a character is numeric, alphabetic, and so on?
Is multithreading possible in c?
What is bin sh c?
How can you invoke another program from within a C program?
can we have joblib in a proc ?
main() { printf("hello"); fork(); }
List a few unconditional control statement in c.
In a header file whether functions are declared or defined?