what is the difference between arrays and linked list
Answer Posted / anu
In arrays v cant delete elements in middle but in Linked
list v can do this.
| Is This Answer Correct ? | 71 Yes | 139 No |
Post New Answer View All Answers
Explain the use of fflush() function?
Can the size of an array be declared at runtime?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
When should the register modifier be used? Does it really help?
What are the differences between new and malloc in C?
What is the default value of local and global variables in c?
What are examples of structures?
Is there any demerits of using pointer?
What is the difference between #include and #include 'file' ?
What is ponter?
How can my program discover the complete pathname to the executable from which it was invoked?
Differentiate between declaring a variable and defining a variable?
What is the use of getch ()?
What is difference between constant pointer and constant variable?