Q-1.Write a C program that will create and use a function to determine if a given number is odd or even.
Q-2.Write a C program that will create and use a function to display first 25 prime numbers.
Q-3.- Write a C Program to accept the average yearly temperature of the past five years, for five cities. Display the maximum and minimum temperature for each city. Use functions to determine the maximum and minimum temperatures.
Q-4.Write a C program to calculate the factorial of an integer.
Q-5.Write a C program that accepts an array of integers and displays the average. Use a function to calculate the average.
Q-6.Write a C program to swap two numbers using function.
Q-7.Write a C program to check a given number is even or odd using the function.
Q-8.Write a C program to get the largest element of an array using the function.
Q-9.Write a C program to check Armstrong and perfect numbers using the function.
Q-10.Write a C program to find out maximum and minimum of some values using function which will return an array.