Exam Details
Subject | lab i — data structures using c | |
Paper | ||
Exam / Course | p.g.d.c.a.(s) | |
Department | ||
Organization | Alagappa University Distance Education | |
Position | ||
Exam Date | December, 2017 | |
City, State | tamil nadu, karaikudi |
Question Paper
DISTANCE EDUCATION
P.G.D.C.A.(S) EXAMINATION, DECEMBER 2017.
First Semester
LAB I — DATA STRUCTURES USING C
(2011 Calendar Year onwards)
Time Three hours Maximum 100 marks
ONE question should be given to each candidate
by Lot system.
Each subdivision carries 50 marks.
1. Write a C program to find the factorial of a given
number using recursion.
Write a C program to copy contents of one file to
another file.
2. Write a C program to find a word is PALINDROME
or not.
Write a C program to implement insert and delete
operations on queue using array concept.
Cut here
Sub. Code
15
DE-9800
2
WSS
3. Write a C program for matrix manipulation (Addition,
Subtraction, Multiplication) using function.
Write a C program to implement push and pop
operations on stack.
4. Write a C program to read 10 values to an array
variable. Use pointers to locate and display each
value.
5. Write a C program for linked list implementation of
Queue operations.
Write a C program to find the factorial of a given
number using recursion.
6. Write a C program to find a word is PALINDROME
or not.
Write a C program to sort 10 nos. in ascending
order with naming of variable and the value before
and after sorting.
Cut here
Cut here
Cut here
DE-9800
3
WSS
7. Write a C program to copy contents of one file to
another file.
Write a C program for matrix manipulation
(Addition, Subtraction, Multiplication) using
function.
8. Write a C program to evaluate the given
mathematical expression using stack.
————————
P.G.D.C.A.(S) EXAMINATION, DECEMBER 2017.
First Semester
LAB I — DATA STRUCTURES USING C
(2011 Calendar Year onwards)
Time Three hours Maximum 100 marks
ONE question should be given to each candidate
by Lot system.
Each subdivision carries 50 marks.
1. Write a C program to find the factorial of a given
number using recursion.
Write a C program to copy contents of one file to
another file.
2. Write a C program to find a word is PALINDROME
or not.
Write a C program to implement insert and delete
operations on queue using array concept.
Cut here
Sub. Code
15
DE-9800
2
WSS
3. Write a C program for matrix manipulation (Addition,
Subtraction, Multiplication) using function.
Write a C program to implement push and pop
operations on stack.
4. Write a C program to read 10 values to an array
variable. Use pointers to locate and display each
value.
5. Write a C program for linked list implementation of
Queue operations.
Write a C program to find the factorial of a given
number using recursion.
6. Write a C program to find a word is PALINDROME
or not.
Write a C program to sort 10 nos. in ascending
order with naming of variable and the value before
and after sorting.
Cut here
Cut here
Cut here
DE-9800
3
WSS
7. Write a C program to copy contents of one file to
another file.
Write a C program for matrix manipulation
(Addition, Subtraction, Multiplication) using
function.
8. Write a C program to evaluate the given
mathematical expression using stack.
————————
Other Question Papers
Subjects
- computer lab iv (unix and shell programming)
- lab i — data structures using c
- lab ii — relational database management systems
- lab iii — graphics using c++