Q Uestion Bank: Module-3
Q Uestion Bank: Module-3
Q
UESTION BANK
MODULE-
3
Sl. QUESTIO Marks/Year
No. N
5 Write a C-program using function to check whether the given number (8 Marks) ,
is prime or not. Dec 2016
12 What is function? Explain the type of functions based on parameters (10 Marks),
Jan 2019
13 What is Recursion? Write a C program to compute polynomial (4
co- efficient nCr using recursion marks),Jan
2017
14 Write a C program for evaluating the binomial coefficients (10 Marks)
using a function factorial(n) Jun 2019 ,
july 2019
15 Define a recursion. Write a C recursive function for multiplying two (10 Marks),
integers where a function call is passed with two integers m and n Jun 2019
17 What is an array? How a single dimension and two dimension arrays (12 Marks)/
are declared and initialized? July 2019
18 Define array? Explain the declaration & initialization of single (5 Marks)/
dimensional array with example Dec 2018
19 Write a ‘C’ Program to read N numbers into an array & perform (8 Marks)/
Linear search July 2019
20 What is Array? How to declare and initialize 1D and 2D array? Explain (10 Marks)/
with example. Feb 2022
21 Write a C program to sort the array elements using bubble sort. (5 Marks)/
Feb 2022