BSc CSIT (TU) Science C Programming (BSc CSIT, CSC115) Question Paper 2074
This is the official BSc CSIT (TU) (Science stream) C Programming (BSc CSIT, CSC115) question paper for 2074, 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 2074 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
Discuss the structure of a C program with a suitable example. Explain the compilation and execution process of a C program.
What is a loop? Explain different types of looping statements available in C with syntax, flowchart and examples.
Write a program to read N integers into an array and find the largest, smallest and average of the entered numbers.
Section B: Short Answer Questions
Attempt any EIGHT questions.
List the different types of operators in C and explain any four of them.
Differentiate between break and continue statements with examples.
Explain formatted input and output functions in C.
What is a function? Explain the advantages of using functions in a program.
Write a program to check whether a given number is prime or not.
Differentiate between while and do-while loops with examples.
Explain the concept of an array with example. How is a one-dimensional array declared and initialized?
What is a pointer? Explain how a pointer variable is declared and initialized.
Write short notes on storage classes in C.