Average

C Program to find Average of Five Subject

program: # include <stdio.h> int main () { float a,b,c,d,e,avg; printf ( "Enter marks in Marathi: \n" ); scanf ( "%f" ,&a); printf ( "Enter marks in English: \n" ); scanf ( "%…

Load More
That is All