What's the difference between a linked list and an array?
Answer Posted / div
In an array elments accessing is easy. Accessing time of
1st element and 1000th element is same,but not in linked lists.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the collection of communication lines and routers called?
What is the best way to comment out a section of code that contains comments?
What are the features of c languages?
What does nil mean in c?
#include
Explain how can I avoid the abort, retry, fail messages?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are the 5 types of organizational structures?
What is the use of a static variable in c?
What is structure padding in c?
What are different storage class specifiers in c?
What is %g in c?
What is the use of structure padding in c?
What does sizeof return c?