BSc CSIT (TU) Science C Programming (BSc CSIT, CSC115) Question Paper 2078
This is the official BSc CSIT (TU) (Science stream) C Programming (BSc CSIT, CSC115) question paper for 2078, 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 2078 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Explain the various data types available in C with their memory size and range. Why is type conversion needed?
What is an array? Explain how a two-dimensional array is declared, initialized and accessed with an example. Write a program for matrix addition.
Explain file handling in C. Write a program to read content from one file and copy it into another file.
Section B: Short Answer Questions
Attempt any EIGHT questions.
Differentiate between compiler and interpreter.
Explain the use of the goto statement with an example.
What is a nested loop? Write a program to print a pyramid pattern of stars.
Explain how an array is passed to a function.
Write a program to count the number of vowels in a given string.
What is a self-referential structure? Explain with example.
Explain the increment and decrement operators with pre and post forms.
Write a program to find the sum of digits of a given number.
Write short notes on enumerated data type (enum).