what is the difference between arrays and linked list
Answer Posted / mehdin
arrey is very fast in linked list.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How pointer is different from array?
Which built-in library function can be used to match a patter from the string?
Is it better to use malloc() or calloc()?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Describe how arrays can be passed to a user defined function
What does 4d mean in c?
What are the advantages and disadvantages of a heap?
Explain how does free() know explain how much memory to release?
Do pointers store the address of value or the actual value of a variable?
What does & mean in scanf?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Explain the concept and use of type void.
How can you find the exact size of a data type in c?
What is bss in c?
What is the difference between break and continue?