Linked List Part - 5 (Adding more members in Student Linked List like Rollno, name, percentage)

preview_player
Показать описание
This video demonstrates how to develope the menu driven application for student linked list with the more information like rollno, name & percentage. This video also demonstrates how to display report type of linked list data.

For Learning More about Programming
Рекомендации по теме
Комментарии
Автор

thank for the tips sir, i have a question regarding line 42, WHY DID YOU USE h.->next->roll_numb, name and percentage, instead of saying h-> roll_nmb. roll_name. thank you

muhammeddarboe
Автор

Lucture with example.... So benefited.... Please make projects in C language. Using data

brijusingh
Автор

Cannot express how fantastic your videos are! I am delighted to have found your channel. Thank you for taking the time to do these videos. Can I ask please if you have a source code to use to practice with, like you shared with previous videos? Thank you.

stephanienolan
Автор

if i use:
Student *head = NULL;
create(head);
so does head is point to the Student be allocated or head still NULL

huygacoi
Автор

sir it could have been explained better.

Rjs