Wednesday, July 31, 2019

Alphabet patterns6

Alphabet patterns6: EEEEE DDDDD CCCCC BBBBB AAAAA #include<stdio.h> #include<conio.h> void......

Alphabet Patterns5

Alphabet Patterns5: A AB ABC ABCD ABCDE #include<stdio.h> #include<conio.h> void......

Alphabet Patterns4

Alphabet Patterns4: A BB CCC DDDD EEEEE #include<stdio.h> #include<conio.h> void......

Alphabet Pattern3

Alphabet Pattern3: EDCBA EDCBA EDCBA EDCBA EDCBA #include<stdio.h> #include<conio.h> void......

Monday, July 29, 2019

Alphabet Pattern2

Alphabet Pattern2: ABCDE ABCDE ABCDE ABCDE ABCDE #include<stdio.h> #include<conio.h> void......

Alphabet Pattern1

Alphabet Pattern1: AAAAA BBBBB CCCCC DDDDD EEEEE #include<stdio.h> #include<conio.h> void......

Numeric Pattern5

Numeric Pattern5: 10101 10101 10101 10101 10101 #include<stdio.h> #include<conio.h> void......

Numeric Pattern4

Numeric Pattern4: 11111 00000 11111 00000 11111 #include<stdio.h> #include<conio.h> void......

Sunday, July 28, 2019

Numeric Pattern3

Numeric Pattern3: 55555 44444 33333 22222 11111 #include<stdio.h> #include<conio.h> void......

Numeric Pattern2

Numeric Pattern2: 11111 22222 33333 44444 55555 #include<stdio.h> #include<conio.h> void......

Numeric Pattern1

Numeric Patterns: 11111 11111 11111 11111 11111 #include<stdio.h> #include<conio.h> void......

Pattern 3

Pattern 3: ***** **** *** ** * #include<stdio.h> #include<conio.h> void......

Pattern2

Pattern2: * ** *** **** ***** #include<stdio.h> #include<conio.h> void......

Pattern1 Programs

Patterns 1. ***** ***** ***** ***** ***** #include<stdio.h> #include<conio.h> void......

Saturday, July 27, 2019

Revers String without strrev() function

Revers String without strrev() function: #include<stdio.h> #include<conio.h> void......

String in strcat() function

String in strcat() function: #include<stdio.h> #include<conio.h> #include<string.h> void......

String in strcpy() function

String in strcpy() function: The strcpy() function is defined in <string.h>......

String in strcmp() function

String in strcmp() function: in cproframs strcmp() function are Depended......

string len()function find length

string len()function find length: #include<stdio.h> #include<conio.h> void......

passing string to a function print the name

passing string to a function print the name. #include<stdio.h> #include<conio.h> void......

string print the name

String print the name. // Include<string.h> including header file. #include<stdio.h> #include<conio.h> void......

Thursday, July 25, 2019

Find Factors of any number

Tags
Find Factors of any number: #include<stdio.h> #include<conio.h> void......

Find HCF(gcd) of two number

Tags
Find  HCF(gcd) of two number: #include<stdio.h> #include<conio.h> void......

Find LCM of two number

Tags
Find  LCM  of Two Number: #include<stdio.h> #include<conio.h> void......

Creat a Natural Number

Tags
Creat a Natural Number: #include<stdio.h> #include<conio.h> void......

create any number of table.

Tags
Create any number of table: #include<stdio.h> #include<conio.h> void......

Print to odd and even number between 1 to10

Tags
Print to odd number between 1 to10 #include<stdio.h> #include<conio.h> void......

c program to uppercase and lowercase.

c program to uppercase and lowercase: //check the number uppercase or lower......

input any character and check whether is alphabet,digit,or special character.

input any character and check whether is alphabet,digit,or special character: //check......

c programing in Enter your marks to know your grade.

C programing  in Enter your marks to know your grade: //Enter Your......

c program to your age is eligable for vote or not.

c program to your age is eligable for vote or not. //check your age is......

write a c program to check gender male or female.

write a c program to check gender male or female. //check gender are......