what is the difference between arrays and linked list
Answer Posted / debiprasad
in array an element does not contain the reference of next
element.where in link list each element contain reference of
each node.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can a program be made to print the line number where an error occurs?
Explain how can you check to see whether a symbol is defined?
What is the hardest programming language?
What is function prototype in c language?
Can a local variable be volatile in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Write a program to generate random numbers in c?
What is variable initialization and why is it important?
What is a stream water?
Is a pointer a kind of array?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is pointer & why it is used?
Write a progarm to find the length of string using switch case?
Explain the use of keyword 'register' with respect to variables.
What is difference between structure and union in c?