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
provide an example of the Group by clause, when would you use this clause
What is substring in c?
What is getch c?
Is it possible to initialize a variable at the time it was declared?
What does a function declared as pascal do differently?
What is wrong with this initialization?
What is n in c?
What is 2 d array in c?
What is the difference between typedef and #define?
How can I trap or ignore keyboard interrupts like control-c?
explain what is an endless loop?
What is the difference between array and structure in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
How do you generate random numbers in C?