what is the difference between arrays and linked list
Answer Posted / mesole
in a linked list data are accessed by a means of pointer
WHILE linear array accessed by a means of subcript
insertion, deletion is very easy with linear array while
in a linked list is a little bits complex
| Is This Answer Correct ? | 25 Yes | 41 No |
Post New Answer View All Answers
Explain logical errors? Compare with syntax errors.
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are categories used for in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain how can a program be made to print the line number where an error occurs?
How can I do serial ("comm") port I/O?
What are the salient features of c languages?
Is return a keyword in c?
Explain 'far' and 'near' pointers in c.
What are the different types of data structures in c?
Explain how can I read and write comma-delimited text?
Tell us something about keyword 'auto'.
What is the difference between constant pointer and constant variable?
Why clrscr is used in c?