what is the use of using linked list and array?

Answer Posted / ananth

By using the linked list we can allocate definite memory
space for variables.But in array cannot allocate definite
memory space.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Printf(..) and sprint(...) ?

1101


What is ambagious result in C? explain with an example.

2329


How macro execution is faster than function ?

895


What is string function in c?

763


What is bubble sort technique in c?

787


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

981


Can a function argument have default value?

925


What is output redirection?

917


How can you increase the size of a dynamically allocated array?

927


Dont ansi function prototypes render lint obsolete?

842


I have seen function declarations that look like this

823


What are the features of the c language?

873


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2810


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1008


What is the purpose of 'register' keyword in c language?

830