C PROGRAMMING
MULTIPLE CHOICE QUESTION
OLD QUESTION BANK
SAMPLE QUESTION 2080 AND SOLUTION

                                                                                 LAB 5 (FUNCTION )

After this lab students will learn about various FUNCTION AND RECURSSION  in C.  Write related theory for Function , Recursion and Types of Vriables .

1. Write a C program to input two or more numbers from user and find maximum and minimum of the given numbers using functions. 

2. Write a C program to check whether a number is armstrong or not using functions. Use static variable .

3. Write a recursive function in C programming to find reverse of a number. How to find reverse of a number in C programming using recursion.

4. Write a recursive function in C to find factorial of a number.

5. Write a recursive function to generate nth fibonacci term in C programming. How to generate nth fibonacci term in C programming using recursion.A