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 is the use of typedef in c?
What is a constant and types of constants in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain bit masking in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is call by value in c?
how to find anagram without using string functions using only loops in c programming
Where does the name "C" come from, anyway?
What is a pointer in c?
Where are some collections of useful code fragments and examples?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is wrong with this statement? Myname = 'robin';