what is the use of using linked list and array?
Answer Posted / raj
in linked list reduse time complexit,we can easily delete
element from thaa list,it dynamicaly allocating the memory
in array it will use wast memory for declaration ex arr[50]
u r going to declare only 10 elements then it is waste of
memory......... but for search array is good it can easly
go which element u r give for search..........
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Place the #include statement must be written in the program?
What is 1d array in c?
What does the format %10.2 mean when included in a printf statement?
What are the functions to open and close the file in c language?
What is the best way of making my program efficient?
State the difference between realloc and free.
Explain how do you declare an array that will hold more than 64kb of data?
Explain enumerated types.
What are header files why are they important?
What is putchar() function?
What is the use of sizeof () in c?
What is the use of a static variable in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are c identifiers?