Header Ads Widget

Showing posts with the label aktu pps lab programShow 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
write a program to calculate the area of the triangle using formula at= root s(s-a)(s-b)(s-c)
C Program to check whether a number is Armstrong or not.