Browse studyfied

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

Recent updates
All recently added posts
C++ program to find sum of all digits in a number
Sum of digits in a number This program is much similar to this one: Find…

March 15, 2019

C++ program to find product of digits in a number
Product of digits in a number This program is closely similar to this one: Count…

March 15, 2019

C program to count number of digits in a given integer
Count number of digits in a given integer To count the number of digits in…

March 15, 2019

C++ program to check whether a number is prime number or not
Prime number A prime number is an integer which is greater than 1 whose only…

March 15, 2019

C++ program to check whether a number is palindrome or not
Palindrome A palindrome is anything that reads the same backward and forward. In other words…

March 15, 2019

C++ program to check whether a given number is Armstrong number or not
Armstrong number An Armstrong number is a number that is equal to the sum of…

March 15, 2019

C++ program to check whether a given number is perfect number or not
Perfect number A perfect number is a positive integer that is equal to the sum…

March 15, 2019

C++ program to print alphabets from a to z
In this program, we are going to see how we can print alphabets in C++.…

March 15, 2019

C++ program to find all factors of a number
Factor A factor is an integer that can be divided evenly into another number or…

March 15, 2019

C++ program to find sum of prime numbers between 1 to N
Prime number A prime number is an integer greater than 1 whose only factors are…

March 15, 2019