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
What are the general description for loop statement and available loop types in c?
How can I handle floating-point exceptions gracefully?
C language questions for civil engineering
What is openmp in c?
Suggesting that there can be 62 seconds in a minute?
What are directives in c?
What is the modulus operator?
What are extern variables in c?
What is default value of global variable in c?
What are structures and unions? State differencves between them.
Is it better to bitshift a value than to multiply by 2?
how many key words availabel in c a) 28 b) 31 c) 32
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What do you mean by dynamic memory allocation in c?
Describe dynamic data structure in c programming language?