Vous êtes sur la page 1sur 2

Question Set 1 1. Write a C program to (i) Calculate the area of a circle (ii) Convert the C to F {F=(C*9/5)+32} 2.

Write a C program to a) Find the biggest of given three numbers b) Check whether the given year is leap year or not. 3. Write a C program to find row sum and column sum of a given matrix 4. Write a C program to (i) find whether the given number is even or odd. (ii) Find the square root of a number. 5. Write a C program to (i) check whether the given number is Armstrong or not (ii) to reverse the digits of a given number 6. Write a C program to check the given name is palindrome or not without using string function. 7. Write a C program to swap two numbers without using third variable using function concept. 8. Write a C program to find the factorial of given number using recursive function. 9. Write a C program to add and subtract two matrices. 10. Write a C program to multiply two matrices 11. Write a C program to generate Fibonacci series 12. Write a C program to generate the following triangle. 1 123 12345 1234567 13. Write a C program to sum the digits of a given number 14. Write a C program to find the roots of given quadratic equation. 15. Write a C program to find the sum of the following series 16. Write a C program to find nCr using recursive function.  17. Write a C program to find the sum of the following series Question Set 2 18. Write a program to determine the weighted arithmetic mean using C language {The weighted arithmetic mean of a set of numbers X1, X2, ..., XN with respective weights of w1, w2, ..., wN is defined as } 19. 20. 21. 22. Write a C program to perform String operations like Concatenation, Compare etc without using builtin functions. Write a C program to perform Matrix Multiplication. Write a C program to perform addition and subtraction of matrices. Write separate C programs to perform the following: (i) To generate the Fibonacci series (ii) To check whether the given string is a palindrome or not. (iii)To reverse a given string. Write a C program to determine the inverse of a given 3 x 3 matrix. Write a C program to generate first 50 prime numbers. Write a C program to generate first 6 twin prime numbers. {(3, 5), (5, 7), (11, 13), (17, 19), (29, 31) and (41, 43)} Write a C program to generate the employee payroll using structures. Write a C program to generate student mark sheets with subject details and the grades using Structure. Write a C program to create a structure called employee with name, employee id, name, age designation and salary as data members. Accept five employee details and display it. Write a C Program to create a structure called Time with hour, minute and second as data members. Find the difference between two time values with valid time. Write a C program to print the abbreviation for a given sentence. (Example: American Standard Code for Information Interchange as ASCII). Write a function to arrange the numbers in decreasing order. Provide Input and Outputs only in the main method. Write a C program to generate the first 50 Fibonacci numbers.

23. 24. 25. 26. 27. 28. 29. 30. 31. 32.

Question Set 3 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. Write a C program to generate the Fibonacci series. Write a C program to find the smallest and largest of the given array. Write a program to find the area and circumference of the circle. Write a program to find the factorial of the given number by using recursive function. Write a program to find sum of Digits, Reverse and the given Number is Palindrome or not. Write a C program to arrange the given numbers in descending order by using bubble sort. Write a program to add two numbers by using a function with arguments with return values. Write a program to find the string length and concatenation of string. Write a program to assigning values to the structures variables and retrieving values Write a C program to find the factorial of the given number by using recursive function Write a C program to check the given matrix is triangular or not. Write a C program to check the given string is palindrome or not. Write a C program to find the product of two n*n matrices by using functions Write a C program to fine the NCR value by using recursive function 

47. Write a C program to check the given number is prime or not 48. Write a C program to find the roots of the Quadratic equations. Allotment of Marks: MS-WORD Procedure - 10 Marks MS-WORD Implementation - 15 Marks MS-EXCEL Procedure - 10 Marks MS-EXCEL Implementation - 15 Marks Algorithm for C Program - 10 Marks Coding of C Program - 20 Marks Execution of C Program - 10 Marks Viva-Voce - 10 Marks Total - 100 Marks

y y y y y y

Prepare the additional programs which are given here. These are the shortlisted program and definitely you ll have all the program in a batch. Few formulas are included here for your tips. Additionally you ll have Ms word exercise in section a and Ms excel exercise will be in section b. So totally three questions for each. Everyone has to be at 09.00 am on 06.01.12 without absence.

*******************ALL THE BEST*****************

Vous aimerez peut-être aussi