Computer Science, asked by kiranmainadavaluru, 3 months ago

.The mid term exam of data structure labs has completed we need to create marklist of mid term marks  and display it. Also identify the highest marks allotted and print it
program for this using linked list​

Answers

Answered by anubhavsajotra32
0

Answer:

Linked list is one of the fundamental data structures in C.

Knowledge of linked lists is must for C programmers. This article explains the fundamentals of C linked list with an example C program.

Linked list is a dynamic data structure whose length can be increased or decreased at run time.

Similar questions