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

 C++ Function TASKS 1. Write a function named asci_to_char which accept

C++ Function TASKS 1. Write a function named asci_to_char which accept asci value as an integer argument and return 2. its equivalent character to the main. 3. Write a function which accept an integer as an argument return its factorial. 4. Write a function named is_leapyear which year as an ineger argument and find if the year is leap year or not. 5. Write a function named is_prime which accept a number and find if it is prime or not. 6. Write a function named fibo which accept an integer and print Fibonacci series up to that integer. 7. Write a function which print sum of 1st 10 natural numbers. 8. Write a function which accept a number as an argument and find if it is palindrome or not. 9. 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!