Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started