what is the difference between arrays and linked list
Answer Posted / bhumika garg
the main difference is that in array data is not linked to
each other but in linked lists data is connected to each
other as every node is connected to previous node.
| Is This Answer Correct ? | 47 Yes | 14 No |
Post New Answer View All Answers
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is indirection?
What does sizeof function do?
Does c have an equivalent to pascals with statement?
What are the types of data files?
What is a rvalue?
What is the use of pointers in C?
What is a stream in c programming?
What is null in c?
Which header file is essential for using strcmp function?
Explain the use of function toupper() with and example code?
What is preprocessor with example?
code for find determinent of amatrix
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none