BSc CSIT (TU) Science C Programming (BSc CSIT, CSC115) Question Paper 2077
This is the official BSc CSIT (TU) (Science stream) C Programming (BSc CSIT, CSC115) question paper for 2077, 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 2077 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
List different types of operators available in C and explain any four of them with examples.
What is recursion? Explain with a suitable example. Write a program to compute the GCD of two numbers using recursion.
Define a structure. Create a structure STUDENT with members SID, name, address and CGPA, and write a program to read and display the records of 100 students.
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.
What are the characteristics of an array?
Differentiate between actual and formal arguments.
Explain file handling in C. List the modes of opening a file.
Write a program to swap two values using call by reference.
Write short notes on the ternary (conditional) operator.