Answer Posted / ravi joshi
Linked list is a data structure where data is logically
viewed as contiguous and helps user in systematically
storing and retrieving the data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a char c?
What is the most efficient way to store flag values?
Ow can I insert or delete a line (or record) in the middle of a file?
What is a newline escape sequence?
What is sizeof array?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What does %p mean?
How do you construct an increment statement or decrement statement in C?
Describe static function with its usage?
What is cohesion and coupling in c?
What is enumerated data type in c?
What is use of null pointer in c?
How is a pointer variable declared?
What is meant by recursion?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.