Question: C++ FUNCTION TASKS . Write a function named asci_to_char which accept asci value as an integer argument and return its equivalent character to the main.

C++ FUNCTION TASKS . Write a function named asci_to_char which accept asci value as an integer argument and return its equivalent character to the main. Write a function which accept an integer as an argument return its factorial. Write a function named isleapyear which year as an integer argument and find if the year is leap year or not. Write a function named is_prime which accept a number and find if it is prime or not. Write a function named fibo which accept an integer and print Fibonacci series up to . . that integer. Write a function which print sum of 1st 10 natural numbers. Write a function which accept a number as an argument and find if it is palindrome or not. . Write a function which accept a number as an argument and return its reverse to the main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
