What's the difference between a linked list and an array?
Answer Posted / ashish chauhan
A linked list consists of data nodes, each pointing to the
next in the list. An array consists of contiguous chunks
memory of predetermined size
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are bitwise shift operators in c programming?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are the salient features of c languages?
What is calloc malloc realloc in c?
Explain data types & how many data types supported by c?
How many header files are in c?
How will you find a duplicate number in a array without negating the nos ?
What is static memory allocation? Explain
What is sizeof in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What does nil mean in c?
Explain heap and queue.
What are header files in c?
Why we use stdio h in c?
How can I write a function that takes a format string and a variable number of arguments?