what is the difference between arrays and linked list
Answer Posted / debiprasad
in array an element does not contain the reference of next
element.where in link list each element contain reference of
each node.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a pointer point to null?
What is pointer & why it is used?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is string constants?
What is the benefit of using const for declaring constants?
Why can arithmetic operations not be performed on void pointers?
What is the use of c language in real life?
What are multibyte characters?
Define recursion in c.
What is this infamous null pointer, anyway?
What type of function is main ()?
Why doesnt the call scanf work?
What is the difference between #include
Differentiate between static and dynamic modeling.
When should the const modifier be used?