Write a program in C using structure to enter the roll_number, name and marks scored in english, computer, maths and nepali of 10 students. Also display them…
Read moreFile Handling Sample Program # include <stdio.h> int main () { FILE *fptr; char name[ 50 ], content[ 100 ]; // Open file for reading (…
Read more