what is the difference between arrays and linked list
Answer Posted / yoga
Both are nothing but the data structures where in arrays
data can be accessed using subscript but in linked list
data can be accessed by the pointer present in its previous
node...
| Is This Answer Correct ? | 59 Yes | 15 No |
Post New Answer View All Answers
How is null defined in c?
What is bubble sort in c?
How are 16- and 32-bit numbers stored?
What does *p++ do?
to find the closest pair
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain what is the benefit of using enum to declare a constant?
Explain the use of 'auto' keyword
What does a function declared as pascal do differently?
How arrays can be passed to a user defined function
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
How can you pass an array to a function by value?
Why functions are used in c?
How can I sort more data than will fit in memory?
Where can I get an ansi-compatible lint?