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
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How would you rename a function in C?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain how do you determine whether to use a stream function or a low-level function?
please send me the code for multiplying sparse matrix using c
what are bit fields? What is the use of bit fields in a structure declaration?
What is difference between static and global variable in c?
What are shell structures used for?
what is a constant pointer in C
Define VARIABLE?
Why c is called free form language?
how can f be used for both float and double arguments in printf? Are not they different types?
What is wrong with this program statement? void = 10;
Explain the difference between getch() and getche() in c?