what is the difference between arrays and linked list
Answer Posted / najirabanu
Array has fixed length but linked list is not have fixed
length if u store a number in array means it must have
memory space according to the number but in linked list not
neccessary memory space according to the number
In linked list one node that contain pointer,that denoted
as addrs of another node
In array should not contain addrs of another node
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is typedef example?
What is f'n in math?
Why doesnt this code work?
Explain how do you list a file’s date and time?
What is the difference between exit() and _exit() function in c?
What is the -> in c?
Do pointers store the address of value or the actual value of a variable?
Where does the name "C" come from, anyway?
How to declare a variable?
What are runtime error?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is a rvalue?
Difference between macros and inline functions? Can a function be forced as inline?
What is preprocessor with example?
Explain what is the use of a semicolon (;) at the end of every program statement?