what is the difference between arrays and linked list
Answer Posted / bhumika garg
the main difference is that in array data is not linked to
each other but in linked lists data is connected to each
other as every node is connected to previous node.
| Is This Answer Correct ? | 47 Yes | 14 No |
Post New Answer View All Answers
What is #include stdlib h?
What is the use of clrscr?
How can you increase the allowable number of simultaneously open files?
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
What are terms in math?
What does it mean when the linker says that _end is undefined?
The difference between printf and fprintf is ?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Is fortran still used in 2018?
How to define structures? ·
What is queue in c?
Difference between linking and loading?
largest Of three Number using without if condition?
Is that possible to store 32768 in an int data type variable?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?