We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
‘TDP (G) Semester-V Examination 2017
Mathematics (G), Paper-V
Subject: C-Programming (Practical)
‘Time- 2 hours
C-Programming: 30
Viva:s
Notebook: 5
Total: 40
Answer any 1(one) questions through lotter
1. Write a C program to arrange a set of numbers in ascending order
2. Write a C program to arrange a set of numbers in descending order.
3, Write aC program to find w largest number from ase of umber,
4, Write a C program to find the smallest number from a set of number.
5. Write aC program to generate Fibonacci series up ton terms.
6. Write a C program to generate the series of even numbers upto to n terms and find the
7. Write a C program to generate the series of odd numbers upto ton terms and find the
sum.
8, Write aC program to check whether a number is palindrome or not.
9. Writea C program to find factorial of mumber.
10, Write a C program to find the sum of digits of a number,1. Write a C program to add two matrices (2x2).
12, Write a C program to find the roots of quadratic equation
13. Write a C program to implement Bisection method.
14, Weite a C program to implement Newton's forward and backward interpolation
method.
15, Write a C program to implement Trapezoidal rule
16, Write a C program to implement Simpson's 1/3 rule
17. Write a C program to implement Runge-Kutta Method.
18, Write a C program to find the transpose of a matrix.
19, Write a C program multiply two matrices (2x2)
20. Write a C program to generate the series of prime numbers upto to a terms.
21. Write a C program to check whether a number is prime or not.
22, Write a C program to check whether a year is “Leap year" or not,
23. Write a C program to covert a binary number to decimal number.
24. Write @C program to find the reverse ofan integer
Weite a C program to check whether a number is even or odd
26, Write a C program to find the area of a triangle,