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
What is %d called in c?
Explain what’s a signal? Explain what do I use signals for?
Differentiate between the = symbol and == symbol?
Which is an example of a structural homology?
Do you know the difference between exit() and _exit() function in c?
What is sizeof int?
Is c weakly typed?
What do you mean by command line argument?
What is static and volatile in c?
Why do we use static in c?
how to build a exercise findig min number of e heap with list imlemented?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Can we change the value of #define in c?
When should the volatile modifier be used?