printf("1.Print list of students\n3.Print list of those whom made an A grade\n4.Print list of those whom made an F grade\n5.Print list of students sorted by name\n6.add student to the class list\n7.delete student from class list\n8. quit",&menu )
I would clean up the printf a bit by making it more readable. Also I am not sure why you are passing the argument "&menu" to your printf. Its incorrect in this context.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.