What's the difference between a linked list and an array?
Answer Posted / vikraman85
I accept the answer 2 ,then we can delete the specified
node in the linked list,but the same thing we can't do in
arrays..
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Can we use any name in place of argv and argc as command line arguments?
Can we change the value of #define in c?
Why c is faster than c++?
What is the purpose of main( ) in c language?
what do the 'c' and 'v' in argc and argv stand for?
What is calloc in c?
is it possible to create your own header files?
What does emoji p mean?
Why we use void main in c?
What is the use of linkage in c language?
Can the “if” function be used in comparing strings?
What is array of pointers to string?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is volatile variable how do you declare it?
What is the difference between a function and a method in c?