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
Explain that why C is procedural?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What Is The Difference Between Null And Void Pointer?
Write a program to know whether the input number is an armstrong number.
Can an array be an Ivalue?
Why is c called "mother" language?
What is the use of c language in real life?
In a byte, what is the maximum decimal number that you can accommodate?
Wt are the Buses in C Language
Which driver is a pure java driver
What is the difference between %d and %i?
Is null equal to 0 in sql?
State two uses of pointers in C?
Why do we use int main?
What is getch () for?