Header Ads Widget

Showing posts with the label 1st c programming lab questionsShow All
Write a program to find the sum of following series 1-X1/1!+X2/2!-  …………Xn/n!.
C program to generate sum of series 1!+2!+3!+--------------n!
C program to find the value of y for a particular value of n
C Program to check whether a number is Armstrong or not.