File based program

A file called “STUDENT.DAT” contains information such as student roll number, name and total marks. Write a C program to create a file to store the details of n students. Also display the list of the students who have scored 70 and above.

please help!