Code: 193161
Faculty of Science
B.Sc, I Year, I Semester Examinations, Nov/Dec -2023
Computer Science: Paper-I
(Programming in C)
Time: 3 hrs Max. Marks: 75
Section – A
Answer any FIVE questions from the following. 5 X 3 = 15 Marks
1. CPU
2.Increment/Decrement Operator
3. The do-while loop
4. strcmp( ) Functions
5. Void Pointer
6. Creation of Union Variables
7. Reverse Number funtion
8. Extern Key Word
Section – B
Answer all questions of the following. 4 X 15 = 60 Marks
9. a) Write a Program to find Sum of given N number?.
(OR)
b) What do you understand by Data type? Explain the different operators in C programming.
10. a) Describe the control statements in C with examples.
(OR)
b) “Loop Statements in C execute the sequence of statements many times until the stated
condition becomes false.” Elucidate.
11. a) Outline the advantages of functions in C Programming.
(OR)
b) Explain the various types of arrays in C language.
12. a) Explain about Binary Files ? with an example.
(OR)
b) What are structures in C programming? What are their features? How to deal and initialize
structures?