What's the difference between a linked list and an array?
Answer Posted / raja sekhar
In linkedlist,The operations(delete,insert&etc)are eazily
perform.Where as in arrays that is not possible.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Explain the process of converting a Tree into a Binary Tree.
What is the difference between arrays and pointers?
How to compare array with pointer in c?
How can I recover the file name given an open stream?
What is the size of enum in c?
Why c is called procedure oriented language?
Can variables be declared anywhere in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Is there a built-in function in C that can be used for sorting data?
What is the sizeof () a pointer?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is array of pointers to string?
What is data type long in c?
What is adt in c programming?