What's the difference between a linked list and an array?
Answer Posted / n.muthukumar
A linked list consists of data nodes, each pointing to the
next in the list. An array consists of contiguous chunks
memory of predetermined size.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is chain pointer in c?
Explain void pointer?
What are enumerated types?
Is c dynamically typed?
What is equivalent to ++i+++j?
Why should I use standard library functions instead of writing my own?
What is echo in c programming?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is %g in c?
What is the purpose of sprintf?
When is a void pointer used?
Difference between pass by reference and pass by value?
Can you write the algorithm for Queue?
Write a program to use switch statement.
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"