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
differentiate built-in functions and user – defined functions.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is static function in c?
How do you override a defined macro?
can any one tel me wt is the question pattern for NIC exam
Why c is a procedural language?
Is stack a keyword in c?
Why c is called free form language?
Differentiate Source Codes from Object Codes
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Can you return null in c?
Explain what are the different file extensions involved when programming in c?
What are the types of pointers in c?
What is f'n in math?
What is the meaning of && in c?