0% found this document useful (0 votes)
3 views1 page

Practice Question Recursion

Uploaded by

ridiculous.1203
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Practice Question Recursion

Uploaded by

ridiculous.1203
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Recursion

Q1. Write a C program using recursive function to find the sum of digits of a given integer.
Q2. Write a C program using recursive function to reverse a given number.
Q3. Write a C program using recursive function to count how many times a given element
appears in an array.
Q4. Write a C program to print first n Fibonacci numbers using recursion.

You might also like