How to make a student class and student List class:
Student class data member is roll no and student type should be pointer next to hold the adress of next student.
function: add(char*roll no)
display roll no:
In main function :
object of student list class is created and call add method:
Give me Some idea about this concept :
Thanks!!!!!!!!