BSc CSIT (TU) Science C Programming (BSc CSIT, CSC115) Question Paper 2079
This is the official BSc CSIT (TU) (Science stream) C Programming (BSc CSIT, CSC115) question paper for 2079, 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 2079 paper is a great way to practise under real exam conditions.
Section A: Long Answer Questions
Attempt any TWO questions.
What is an operator? Explain arithmetic, relational, logical and bitwise operators with examples.
Explain the different types of looping statements with syntax and example. Write a program to check whether a number is an Armstrong number.
What is a pointer? Explain pointer to pointer, pointer to array and pointer to function with examples.
Section B: Short Answer Questions
Attempt any EIGHT questions.
Explain the steps involved in creating and running a C program.
Differentiate between local and global variables.
Write a program to reverse a given number.
What is a string? Explain strlen(), strcpy(), strcat() and strcmp().
Explain the difference between structure and array.
Write a program to find the largest element of an array.
Explain the static and register storage classes.
What is a command line argument? Explain with example.
Write short notes on typedef.