Ip-R-23 Question Bank (2023-24)
Ip-R-23 Question Bank (2023-24)
UNIT – I (10-Marks)
1 Write a program in ‘C’ language to print the Fibonacci series.
Fibonacci series is 0, 0, 1, 1, 2, 3, 5, 8, 13, 21
2 With an example, explain the structure of C program
or
With a neat diagram explain the basic structure of a computer
3 List and explain the various symbols used in flowchart with figures.
6 Write a C program to find the factorial of a given number using while loop
7 Write a C program to add N natural numbers using for loop
8 Differentiate between