what is the difference between arrays and linked list
Answer Posted / mesole
in a linked list data are accessed by a means of pointer
WHILE linear array accessed by a means of subcript
insertion, deletion is very easy with linear array while
in a linked list is a little bits complex
| Is This Answer Correct ? | 25 Yes | 41 No |
Post New Answer View All Answers
What is sizeof in c?
What is string constants?
Explain how do you print an address?
What should malloc(0) do?
Why are all header files not declared in every c program?
Explain what is wrong with this statement? Myname = ?robin?;
Explain what is meant by 'bit masking'?
How do I convert a string to all upper or lower case?
will u please send me the placement papers to my mail???????????????????
How do you use a pointer to a function?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain zero based addressing.
What is strcmp in c?
#include
Are local variables initialized to zero by default in c?