BSc CSIT (TU) Science C Programming (BSc CSIT, CSC115) Question Paper 2081
This is the official BSc CSIT (TU) (Science stream) C Programming (BSc CSIT, CSC115) question paper for 2081, as set in the regular annual examination. It carries 60 full marks and a time allowance of 180 minutes, across 12 questions. On Kekkei you can attempt this C Programming (BSc CSIT, CSC115) past paper online with a timer, get instant AI feedback and step-by-step solutions, and track the topics where you lose marks — completely free. Whether you are revising for your BSc CSIT (TU) C Programming (BSc CSIT, CSC115) exam or solving previous years' question papers, this 2081 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
List the different types of operators in C and explain any four of them. Write a program to demonstrate the use of bitwise operators.
What are the characteristics of an array? Write a program to input the age of 500 persons and display the number of persons in different age groups.
Explain call by reference. Write a program to swap two values using call by reference and discuss the role of pointers.
Section B: Short Answer Questions
Attempt any EIGHT questions.
Explain the basic structure of a C program.
Describe different formatted input and output functions in C.
Write a program to display the first 50 prime numbers.
Demonstrate the use of a recursive function with a suitable example.
Create a structure called STUDENT with data members SID, name, address and CGPA, and write a program to initialize the values of 100 students.
Differentiate between while and do-while loops.
Explain the use of pointers with arrays.
Write a program to find whether a string is a palindrome.
Write short notes on storage classes in C.