Browse studyfied

Looking for something? Search here to find quickly...

Recent updates
All recently added posts
C check whether a character is vowel or consonant
There are five vowel characters {a, e, i, o, u}. If the user given character…

March 7, 2019

C check whether a character is upper or lowercase alphabet
Logic If the ASCII value of a character lies between 65 (A) to 90 (Z)…

March 7, 2019

C check whether a number is negative, positive or zero
Positive number All the numbers greater than 0, but not equal to 0 are positive…

March 7, 2019

C program to check whether number is even or odd
Even number Even numbers are numbers that have a difference of 2 unit or number.…

March 7, 2019

C program to check whether a year is leap year or not
Leap year A leap year is a calendar year that includes an additional day to…

March 7, 2019

C find largest number among three number using nested if else statement
In this program, we are going to find the largest number among three numbers, similar…

March 7, 2019

C find largest number among three number using if else statement
This program is similar to the previous one, with a single modification, here we will…

March 7, 2019

C find largest number among three number using if statement
In this program we are going to see how to find the largest number among…

March 7, 2019

C check whether a character is alphabet, digit or special character
This program is much similar to previous one but here we are checking whether the…

March 7, 2019

C check whether a character is alphabet or not
In this program we are going to see whether a user given character is alphabet…

March 7, 2019