Posts
Showing posts from March, 2020
Write a program to identify whether the given number is a perfect number or not using a function. 28 is a perfect number.
- Get link
- X
- Other Apps
Write a C program to store N numbers in a one dimensional array and calculate its average with the help of the function.
- Get link
- X
- Other Apps
Write a program to calculate the factorial of a given number.
- Get link
- X
- Other Apps
Write a program to identify whether the given number is a perfect number or not. 28 is a perfect number.
- Get link
- X
- Other Apps
Write a program to read number and identifies whether the given number is a prime number or not.
- Get link
- X
- Other Apps
Write a program to generate Fibonacci number using do while loop.
- Get link
- X
- Other Apps
Write a program to read a sentence and counts the total number of character (excluding space) using while loop.
- Get link
- X
- Other Apps
Write a recursive program to find the factorial of a given number.
- Get link
- X
- Other Apps
Write a program to evaluate GCD of two given integers. Use function that returns GCD.
- Get link
- X
- Other Apps