In this tutorial, you will learn how to write a C program to check whether a character entered by user is an alphabet or not…. [Read More]
C Program to check Leap Year
This program checks whether the input year is leap year or not. Example: Program to check Leap Year You can check whether a year is… [Read More]
C Program to Check whether an Alphabet is Vowel or Consonant
This program checks whether the input character is vowel or consonant. Example: Program to check Vowel or Consonant This program takes the character value(entered by… [Read More]
C Program to Swap two numbers
We will see two programs to swap two numbers. In the first program we are swapping two numbers using a temporary variable and in the… [Read More]
C Program to find the Size of int, float, double and char
This program finds the size of data types such as char, int, float, double. Example: Program to find the size of data types in C… [Read More]
C Program to Convert Decimal Number to Binary Number
This program converts a decimal number to an equivalent binary number. Example: Program to convert Decimal to Binary In this program, we have created a… [Read More]
C Program to Convert Decimal to Octal Number
This program converts the input decimal number to an octal number. Example: Program to convert decimal to octal In this program, we have created a… [Read More]
C Program to Convert Octal Number to Decimal Number
This program converts an octal number to an equivalent decimal number. Example: Program to Convert Octal to Decimal In this program, we have created a… [Read More]
C Program to Convert Octal Number to Binary Number
This program converts an octal number to a binary number using a user defined function. Example: Program to convert octal to binary In this program… [Read More]
C Program to Convert Binary to Octal Number System
This C Program converts a binary number to an equivalent octal number. Example: Program to convert Binary to Octal In this program, user is asked… [Read More]
- « Previous Page
- 1
- …
- 4
- 5
- 6
- 7
- 8
- …
- 10
- Next Page »