Model Question C Programming
Model Question C Programming
PURBANCHAL UNIVERSITY
B.E Computer/Final
Time: 3:00 hrs. Full Marks: 60 /Pass Marks: 24
BEG…: Computer Programming
GROUP-C 3X8=24
12. a) What is pointer? Write function of pointer. Declare and access a pointer variable named ptr.
b) Write a program in C to perform arithmetic (addition, subtraction, multiplication and division)
operation by using pointer.
13. Write a program to create a structure name called STUDENT, add member as Rollno, Name, and
Age of the student and store student information to file specified by user using structure and
binary file.
14. Discuss basic concept of array. Write a program to accept n numbers of marks and display highest
marks.