A program to calculate the sum of the series using function. Codes /*A program to calculate the sum of given series using function*/ /*Programed by Jitendra Kr Yadav 10116 2 Mar,2011*/ #include<stdio.h> #include<conio.h> #include<math.h> void series1(int, int); void series2(int, int); void series3(int, int); main() { int a,n,choice; printf(“Series 1: […]








