Semester : SEMESTER 3
Subject : Computer Programming
Year : 2019
Term : DECEMBER
Scheme : 2015 Full Time
Course Code : EE 207
Page:2
15
16
17
a)
b)
a)
b)
a)
b)
0)
(192057 Pages:2
PART 0
Answer any two full questions, each carries 10 marks.
What is chain of pointers? Illustrate using an example.
Define a structure Employee with employee number, name and experience as
members. Write a C program to print a list of all employees (from amongst 100
employees) having more than 3 years of experience.
Write aC program using pointers to find the difference of two matrices A and
B.
A file contains students’ records with roll number, name and mark. Write a
program to read the contents of the file and display them .
Differentiate between fscanf( ) and scanf ( ) functions
Describe the fopen(), fclose(), fseek() and ftell() functions
Write a Python program using function to search for an element in an array.
(4)
(6)
(5)
(5)
(2)
(4)
(4)