What's the difference between a linked list and an array?
Answer Posted / shatul
an array allocates continous memory allocation whereas a
linked list does not allocates continous memory,
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is equivalent to ++i+++j?
Is c call by value?
Why do we use & in c?
What is the meaning of 2d in c?
What does stand for?
What is difference between %d and %i in c?
I have seen function declarations that look like this
What is atoi and atof in c?
using for loop sum 2 number of any 4 digit number in c language
What is c definition?
Why is event driven programming or procedural programming, better within specific scenario?
What is meant by keywords in c?
What is break statement?
write a programming in c to find the sum of all elements in an array through function.