jituTechnology

jituTechnology

Uncategorized

Write a program to calculate the sum of cosine series

Write a program to calculate the sum of cosine series Programmed by : kiran shrestha roll no. : 10121 Programmed on : 6th feb,2011*/ #include <stdio.h> #include <conio.h> #include <math.h> void main () {   int i,j,n;   float sum=0,fact=1,x;   printf (“enter terms = “);   scanf (“%d”,&n);   printf (“enter the angle of […]

read more

The Sin of X can be calculated approximately by using the first n terms of the infinite series

The Sin of X can be calculated approximately by using the first n terms of the infinite series( X is expressed in radians, /*program to find sine of x can be calculated approximately by using the firstn terms of the infinite series. Programmed by : kiran shrestha roll no. : 10121 Programmed on : 6th […]

read more

write a program to find the sum of series 1/1 + ½ + 1/3 + 1/n+….

Here is the c source code/program for: write a program to find the sum of series 1/1 + ½ + 1/3 + 1/n+…. /*program to find the sum of series.*/ #include <stdio.h> #include <conio.h> void main () {      float i,n;    float sum =0;    printf (“enter the terms = “);    scanf (“%f”,&n); […]

read more

write a program to find the sum of first n odd integers.

Here is the c source code/program for: write a program to find the sum of first n odd integers. /* write a program to add first seven series using for loop programmed by: Name: Jitendra kumar Yadav Roll: 16 Date: 12 feb 2011 */ #include <stdio.h> #include <conio.h> void main() {      int sum=0;    […]

read more

write a program to print first 10 terms of the following series using for loop. 1 5 9 13 …..

Here is the c source code/program for: write a program to print first 10 terms of the following series using for loop. 1 5 9 13 ….. /* write a program to add first seven series using for loop programmed by: Name: Jitendra kumar Yadav Roll: 16 Date: 12 feb 2011 */ #include <stdio.h> #include […]

read more


Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

October 2025
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031