Browse studyfied

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

Recent updates
All recently added posts
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 15, 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 15, 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 15, 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 15, 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 14, 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 14, 2019

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

March 14, 2019

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

March 14, 2019

C++ program to print size of different datatypes
This program shows how you can print the size of any data type available in…

March 13, 2019

C++ calculate year week and days from given total days
In this C++ program, we are going to see how we can calculate Year, Week…

March 13, 2019