logo logo

mobileLogo logo

Program to check whether the input alphabet is a vowel or not

June 20, 2022

C program to shutdown or turn off computer

June 20, 2022

Implementation of Hamming Code

June 20, 2022

POPULAR NEWS

Don't miss the daily featured articles

Program to check whether the input alphabet is a vowel or not

By legend
June 20, 2022

C program to shutdown or turn off computer

By legend
June 20, 2022

Implementation of Hamming Code

By legend
June 20, 2022

What Next?

Reverse the order of each word of the string using pointers

June 20, 2022

Convert temperature from degree centigrade to Fahrenheit

June 20, 2022

Program to find Average of three Real Numbers

June 20, 2022

Find Area of Square & Circumference of a Circle

By legend
June 20, 2022

Find the Sphere Surface Area and Volume of a Sphere

By legend
June 20, 2022

Find Area of a Triangle using Hero’s Formula

By legend
June 20, 2022

EDITOR'S CHOICES

We picks the special articles for you

owl-bg owl-bg
C

Program to check whether the input alphabet is a vowel or not

By legend
June 20, 2022
Write a C program to check whether the input alphabet is a vowel or not. #include int main() { char ch; printf(“Enter a ...
Read more
C

C program to shutdown or turn off computer

By legend
June 20, 2022
C program code for Windows XP: #include <stdio.h> #include <stdlib.h>   int main() { char ch;   printf("Do you want to shutdown your ...
Read more
C

Implementation of Hamming Code

By legend
June 20, 2022
Write a C program to Implement Hamming Code. #include<stdio.h> #include<conio.h> void main() { int data[7],rec[7],i,c1,c2,c3,c; printf(“this works for message of 4bits in size ...
Read more
C

Reverse the order of each word of the string using pointers

By legend
June 20, 2022
Write a C program to reverse the order of each word of the string using pointers. #include <stdio.h> #include <conio.h> void main() { char *s; int len,i,j,sp=0,start,end; clrscr(); ...
Read more
C

Convert temperature from degree centigrade to Fahrenheit

By legend
June 20, 2022
Write a C program to convert temperature from degrees Centigrade to Fahrenheit. #include<stdio.h> int main() { float celsius, fahrenheit; printf(“\nEnter temp in Celsius : “); scanf(“%f”, &celsius); fahrenheit = (1.8 * celsius) + 32; ...
Read more
C

Program to find Average of three Real Numbers

By legend
June 20, 2022
Write a C program to an average of three real numbers. #include <stdio.h> main() { float a, b, c, sum, avg; printf(“\nEnter value ...
Read more
C

Find Area of Square & Circumference of a Circle

By legend
June 20, 2022
Write a C program to find the area of a square & circumference of a circle. #include <stdio.h> #define PI 3.142 main() { ...
Read more

Find the Sphere Surface Area and Volume of a Sphere

June 20, 2022

Find Area of a Triangle using Hero’s Formula

June 20, 2022

Program to find Simple Interest and Compound Interest

June 20, 2022
C

Program to check whether the input alphabet is a vowel or not

40 views0 Comments
C

C program to shutdown or turn off computer

28 views0 Comments
C

Implementation of Hamming Code

30 views0 Comments
C

Reverse the order of each word of the string using pointers

30 views0 Comments
C

Convert temperature from degree centigrade to Fahrenheit

28 views0 Comments
C

Program to find Average of three Real Numbers

22 views0 Comments
C

Find Area of Square & Circumference of a Circle

23 views0 Comments
C

Find the Sphere Surface Area and Volume of a Sphere

25 views0 Comments
C

Find Area of a Triangle using Hero’s Formula

22 views0 Comments
C

Program to find Simple Interest and Compound Interest

25 views0 Comments
C

Program to check whether the input alphabet is a vowel or not

Write a C program to check whether the input alphabet is a vowel or not. ...
C

C program to shutdown or turn off computer

C program code for Windows XP: #include <stdio.h> #include <stdlib.h>   int main() { char ...
C

Implementation of Hamming Code

Write a C program to Implement Hamming Code. #include<stdio.h> #include<conio.h> void main() { int data[7],rec[7],i,c1,c2,c3,c; ...

Inspiration

Some Good News For Your Day

C

Program to check whether the input alphabet is a vowel or not

Write a C program to check whether the input alphabet is a vowel or not. ...
By legend
June 20, 2022

C program to shutdown or turn off computer

June 20, 2022

Implementation of Hamming Code

June 20, 2022

Reverse the order of each word of the string using pointers

June 20, 2022

Program to check whether the input alphabet is a vowel or not

By legend
June 20, 2022
C

C program to shutdown or turn off computer

C program code for Windows XP: #include <stdio.h> #include <stdlib.h>   int main() { char ch;   ...
C

Implementation of Hamming Code

Write a C program to Implement Hamming Code. #include<stdio.h> #include<conio.h> void main() { int data[7],rec[7],i,c1,c2,c3,c; printf(“this works ...
C

Reverse the order of each word of the string using pointers

Write a C program to reverse the order of each word of the string using pointers. #include <stdio.h> ...
C

Convert temperature from degree centigrade to Fahrenheit

Write a C program to convert temperature from degrees Centigrade to Fahrenheit. #include<stdio.h> int main() { float celsius, fahrenheit; printf(“\nEnter temp ...
C

Program to find Average of three Real Numbers

Write a C program to an average of three real numbers. #include <stdio.h> main() { float a, ...
C

Find Area of Square & Circumference of a Circle

Write a C program to find the area of a square & circumference of a circle. #include ...

Find the Sphere Surface Area and Volume of a Sphere

By legend
June 20, 2022

Find Area of a Triangle using Hero’s Formula

By legend
June 20, 2022

Program to find Simple Interest and Compound Interest

By legend
June 20, 2022

Posts List

Categories

C

Program to check whether the input alphabet is a vowel or not

legendlegend
  • C

    C program to shutdown or turn off computer

  • C

    Implementation of Hamming Code

  • C

    Reverse the order of each word of the string using pointers

BEAUTY

Program to check whether the input alphabet is a vowel or not

By legend
June 20, 2022
C
  • C program to shutdown or turn off computer

    June 20, 2022
  • Implementation of Hamming Code

    June 20, 2022
  • Reverse the order of each word of the string using pointers

    June 20, 2022

FASHION

Program to check whether the input alphabet is a vowel or not

By legend
June 20, 2022
C
  • C program to shutdown or turn off computer

    June 20, 2022
  • Implementation of Hamming Code

    June 20, 2022
  • Reverse the order of each word of the string using pointers

    June 20, 2022

LIFESTYLE

Implementation of Hamming Code

By legend
June 20, 2022
C
  • Reverse the order of each word of the string using pointers

    June 20, 2022
  • Convert temperature from degree centigrade to Fahrenheit

    June 20, 2022
  • Program to find Average of three Real Numbers

    June 20, 2022

LATEST NEWS

View the latest news on Ceris

C

Program to check whether the input alphabet is a vowel or not

By legend
June 20, 2022

C program to shutdown or turn off computer

C program code for Windows XP: #include <stdio.h> #include <stdlib.h>   int main() { char ...
By legend
June 20, 2022
Login to bookmark this article
Login to bookmark this article

Implementation of Hamming Code

Write a C program to Implement Hamming Code. #include<stdio.h> #include<conio.h> void main() { int data[7],rec[7],i,c1,c2,c3,c; ...
By legend
June 20, 2022
Login to bookmark this article
Login to bookmark this article

Reverse the order of each word of the string using pointers

Write a C program to reverse the order of each word of the string using ...
By legend
June 20, 2022
Login to bookmark this article
Login to bookmark this article

Convert temperature from degree centigrade to Fahrenheit

Write a C program to convert temperature from degrees Centigrade to Fahrenheit. #include<stdio.h> int main() { float celsius, fahrenheit; ...
By legend
June 20, 2022
Login to bookmark this article
Login to bookmark this article

Program to find Average of three Real Numbers

Write a C program to an average of three real numbers. #include <stdio.h> main() { ...
By legend
June 20, 2022
Login to bookmark this article
Login to bookmark this article

Find Area of Square & Circumference of a Circle

Write a C program to find the area of a square & circumference of a ...
By legend
June 20, 2022
Login to bookmark this article
Login to bookmark this article
©2022 CSROCKERS. All rights reserved
logo logo
0 %
  • Log in
Social connect:
or

Lost your password?

logo

✕ Close

logo

✕

Latest Posts

Program to check whether the input alphabet is a vowel or not

C program to shutdown or turn off computer

Implementation of Hamming Code

Reverse the order of each word of the string using pointers

Convert temperature from degree centigrade to Fahrenheit

Popular Tags

  • Inspiration
  • Relationship
  • Trend