C Program to Implement Student Records using Files
This is the C Program implementation of student records (Structure) where the records are stored in files,the records can be inserted,modified,deleted or displayed by the user #include #include int JP=0; FILE *jp; typedef struct...
Recent Comments