How To Exam?

a knowledge trading engine...


SRM University 2007 B.Tech Electronics and Communications Engineering SYLLABUS / BANK FOR COMPUTER PROGRAMMING - Question Paper

Wednesday, 30 January 2013 09:40Web
7.Write a program to obtain factorial of a number using recursion.
8.Write a program to generate Pascal’s triangle.
1
1 1
one two 1
one three three 1
one four six four 1

9.Write a program to search an element from a list of elements using binary search method.
10.Explain all the storage classes with suitable example.
11.Explain the various forms of functions with an example.





UNIT -III


PART -A

1. discuss an array with proper example?
2. Show an example for passing array elements to a function.
3. Write a program to show Pointers and Arrays together
4. Write a program to input string and store it in an array and finally print the array
5. define Array initialization with proper example.
6. Initialize a two dimensional array with proper example.
7. define a multi dimensional array with example.
8. Write a program to copy 1 array to a different
9. describe Structures with proper example.
10.Write a syntax of a structure,rules for declaring a structure and provide a proper example.
11. Write an example for accessing structure elements.
12. Write a program to store 100 records in one structure with the help of arrays.
13. Write an example for structure to funtion.
14. Write short notes on Unions and write its syntax
15. define the structure variable and arrays
16. define initialization of structure variable and array
17. What is a pointer ? elaborate the uses of pointers ?
18. define assigning value of a structure to a different structure.
19. What is the use of structures?
20. discuss various dimensional arrays?


PART - B

1. Write a program to add 2 matrices of order M*N
2. Write a program to sort a set of N numbers in ascending order and discuss the algorithm used.
3. Write a program to obtain the sum of provided N integers using an array
4. Write a program to learn a list of test marks (integers in the range of 0-100) of 50 students.calculate the mean of marks and printa list marks greater than mean (rounded to two decimals)
5. Write a program to search a key value in every set of N values.Print the position of key value if it is a successful search



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER SRM University 2007 B.Tech Electronics and Communications Engineering SYLLABUS / BANK FOR COMPUTER PROGRAMMING - Question Paper