Q : Write a program to write records of students in a file, where each record consists of student name, roll number, CGPA, and address. Read the records back from the file and display them.
Code :
#include<stdio.h>
#include<conio.h>
/*============================
Girfa Student Help
Structure write back to file
==============================*/