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
How do I determine whether a character is numeric, alphabetic, and so on?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain the difference between malloc() and calloc() function?
Do you have any idea how to compare array with pointer in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is a union?
What is this pointer in c plus plus?
What 'lex' does?
What is exit() function?
What is dynamic memory allocation?
What is structure pointer in c?
Explain the use of #pragma exit?
What is static and volatile in c?
How do I get an accurate error status return from system on ms-dos?
What is a static variable in c?