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 logic is used
Differentiate between ordinary variable and pointer in c.
What does void main return?
What do you mean by dynamic memory allocation in c?
What are the keywords in c?
Write a program to reverse a linked list in c.
Simplify the program segment if X = B then C ← true else C ← false
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
can anyone please tell about the nested interrupts?
What are 3 types of structures?
What is a c token and types of c tokens?
What does %p mean c?
Implement bit Array in C.
What is an example of structure?
What is sizeof int in c?