Show 10 students data ( student id, father's name, phone number, mail id) in a file and write a C program to display the student's data whose id is given by a user through the keyboard.
Please help me out in solving this program. I know how to read data from the file, but i don't know how to read selected data from the file.