jituTechnology

jituTechnology

Uncategorized

A program to read a string and print the number of uppercase, lowercase letter and other character.

A program to read a string and print the number of uppercase, lowercase letter and other character. Codes /*A program to read a string and print the number of uppercase, lowercase letter and other character*/ /*Programed by          Jitendra Kr Yadav                          10116      22 Mar,2011*/ #include<stdio.h> #include<conio.h> void uplow(char str[]); main() { char str[20]; […]

read more

A program to read a line of text and print the number of vowels using function.

A program to read a line of text and print the number of vowels using function. Codes /*A program to read a line of text and print the number of vowels*/ /*Programed by          Jitendra Kr Yadav                          10116      22 Mar,2011*/ #include<stdio.h> #include<conio.h> void vowel(char strint[]); main() { char string[20]; printf(“Enter any string: “); […]

read more

A program to print the prime numbers less than or equal to the number using function.

A program to print the prime numbers less than or equal to the number using function. Codes /*A program to print the prime number until ‘n’ using function*/ /*Programed by          Jitendra Kr Yadav                          10116      22 Mar,2011*/ #include<stdio.h> #include<conio.h> int prime(int); main() { int n; printf(“Enter the value: “); scanf(“%d”,&n); prime(n); getch(); } […]

read more

A program to calculate the sum of the series using function.

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: […]

read more

A program to find the largest of three number using function.

A program to find the largest of three number using function. Codes /*A program to find the largest of three number using function*/ /*Programed by          Jitendra Kr Yadav                         10116                         22 Mar,2011*/ #include<stdio.h> #include<conio.h> int larger(int,int,int); main() { int a, b, c; printf(“Enter the first number:”); scanf(“%d”,&a); printf(“Enter the second number:”); scanf(“%d”,&b); printf(“Enter the […]

read more


Connect with Me

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

Calendar

March 2024
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
31