0% found this document useful (0 votes)
111 views2 pages

UNIT IV Functions Marks 14

The document discusses programming in C for the MSBTE K-scheme. It lists 28 questions from MSBTE board exams on functions in C, including questions on recursion, math functions, string functions, call by value vs reference, and writing functions to calculate things like factorials, series, and circle properties.

Uploaded by

chottibacchi333
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)
111 views2 pages

UNIT IV Functions Marks 14

The document discusses programming in C for the MSBTE K-scheme. It lists 28 questions from MSBTE board exams on functions in C, including questions on recursion, math functions, string functions, call by value vs reference, and writing functions to calculate things like factorials, series, and circle properties.

Uploaded by

chottibacchi333
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
You are on page 1/ 2

https://shikshamentor.

com/programming-in-c-
for-msbte-k-scheme/
312303 - Programming In ‘C’ (Sem II)
As per MSBTE’s K Scheme
CO / CM / IF / AI / AN / DS

Unit IV Functions Marks - 14

S. N. Exam
MSBTE Board Asked Questions Marks
Year
1. List the categories of user defined function. W-23 2M
Develop a program to find the factorial of a number using W-23
2. 4M
recursion. S- 22
3. List any two string handling function S-23 2M

4. Explain use of any two math function with example S-23 4M

5. Explain call by value with example S-23 4M


Write c program to generate Fibonacci series for given number
6. S-23 6M
using recursion
7. Write a c program to find factorial of number using recursion S-23 6M

8. State any two advantages of function. W-22 2M


Describe how recursive function is used in calculating factorial of
9. W-22 4M
a number.
W-23
10. Write a C program using function to find area of circle. 4M
W-22

11. Write a program to find factorial of a number using recursion. W-22 6M

S-22
12. List the categories of functions and explain any one with example. 4M
W-19
Give any four differences between call by value and call by S- 22
13. 4M
reference. W-19
14. State the syntax & use of strlen ( ) & strcat ( ) function. W-19 2M
15. Calculate factorial of a number using recursion. W-19 6M
W-23
16. Distinguish between call by value and call by reference. 2M
S- 19
Write a program to reverse the number 1234 (i.e. 4321) using
17. S-19 4M
function.
Write a program to perform addition, subtraction, multiplication
18. S-19 6M
and division of two integer number using function.
19. Explain recursion with suitable example. List any two advantages. S-19 6M
20. Explain User defined function with example. S-18 4M
Write a program to accept marks of four subjects as input from
21. S-18 4M
user. Calculate and display total and percentage marks of student.
22. Write a program to swap two numbers using call by value. S-18 4M
23. Write a program to Print values of variables and their addresses. W-18 6M
If the value of a number (N) is entered through keyboard. Write a
24. program using recursion to calculate and display factorial W-18 6M
of number (N).
25. State any four math functions with its use. S-18 2M
Explain following functions :
26. getchar( ) putchar( ) getch( ) putch( ) S-18 4M
with suitable examples.
27. Develop a program to find factorial of a number using recursion. S-18 4M
Develop a program to find diameter, circumference and area of
28. S-18 6M
circle using function.

Thank You
https://shikshamentor.com/programming-in-c-for-msbte-k-
scheme/

Visit
https://shikshamentor.com/

You might also like