Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Knowledge Discovery In Databases

Authors: Gregory Piatetsky-Shapiro, William Frawley

1st Edition

0262660709, 978-0262660709

Students also viewed these Databases questions