Assignment 15 : Functions
Hi,
Functions : Part 1
- Write a “C” Program to find the addition of two numbers using functions
- Write a “C” Program to find the subtraction, multiplication, division of two numbers using functions.
- Write a “C” Program to find the sum of three numbers using function
- Write a “C” Program to find the maximum element among three numbers using function
- Write a “C” Program to find the minimum element among three numbers using function
- Write a “C” Program to find the factorial of a given number using function.
- Write a “C” Program to check whether a given number is even or odd using function.
- Write a “C” Program to check whether a given number is prime or not using function.
- Write a “C” Program to get the Fibonacci series of a given number using function.
- Write a “C” Program to check the given number is palindrome or not using function.