jituTechnology

jituTechnology

C Programming

Write a program to add first seven terms of the following series using loop 1/1!+2/2!+3/3!+…

Here is the c source code/program for: Write a program to add first seven terms of the following series using loop 1/1!+2/2!+3/3!+… /* 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() {      […]

read more

Write a program to find the number of sum of all integer greater than 100 and less than 200 that are divisible by 7.

Here is the c source code/program for: Write a program to find the number of sum of all integer greater than 100 and less than 200 that are divisible by 7. /* a program to find the sum of all integer greater than 100 and less than 200 that are divisble by 7 programmed by: […]

read more

Write a program to print all the prime numbers from 1 to 500. (A prime number is one which is divisible by 1 or itself)

Here is the c source code/program for: Write a program to print all the prime numbers from 1 to 500. (A prime number is one which is divisible by 1 or itself) /* a program to print all prime number from 1 too 500 programmed by: Name: Jitendra Kumar Yadav Roll: 16 Dtae: 12 feb […]

read more

Write a program to calculate the factorial of a given number

Here is the c source code/program for: Write a program to calculate the factorial of a given number. /* a programme to calculate the factorial of a entered number*/ #include <stdio.h> #include <conio.h> void main() {      int a,i;    int fact=1;    printf(“Enter the number to calculate the factorial: “);    scanf(“%d”,&a);    for(i=1; […]

read more

Write a program that will read two numbers, and display the following menu:

This is the c source code/program for: Write a program that will read two numbers, and display the following menu: MENU 1. Addition 2. Subtraction 3. Multiplication 4. Division 5. Square 6. Cube /* a program to enter two number and perform the task as per menu programmed by:Jitendra */ #include <stdio.h> #include <conio.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