What's the difference between a linked list and an array?
Answer Posted / shilpa
array is static ,where we need to intialize the size in
starting , but linkelist is dynamic , we can dynamically
add the any variable in to the list
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
why we wont use '&' sing in aceesing the string using scanf
What is the need of structure in c?
write a c program to find the sum of five entered numbers using an array named number
Why isnt there a numbered, multi-level break statement to break out
Why is extern used in c?
What are the advantages of using new operator as compared to the function malloc ()?
What is the difference between volatile and const volatile?
Is void a keyword in c?
What is a far pointer in c?
what is uses of .net
What is character constants?
How can I sort a linked list?
What are type modifiers in c?
What is p in text message?