0% found this document useful (0 votes)
16 views1 page

Sem I - Programming in C (CS)

The document outlines the examination structure for a B.Sc. Computer Science course, specifically for the Programming in C paper. It includes two sections: Section A requires answers to five questions worth 15 marks, while Section B consists of four questions worth 60 marks in total. Topics covered include data types, control statements, functions, arrays, binary files, and structures in C programming.

Uploaded by

arjunkode25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Sem I - Programming in C (CS)

The document outlines the examination structure for a B.Sc. Computer Science course, specifically for the Programming in C paper. It includes two sections: Section A requires answers to five questions worth 15 marks, while Section B consists of four questions worth 60 marks in total. Topics covered include data types, control statements, functions, arrays, binary files, and structures in C programming.

Uploaded by

arjunkode25
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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?

You might also like