You are on page 1of 1

School of Computing

SACTRA First CIA Test - August 2018


DEEME TO BE UNIVERSITY
Course Code: CSE101
Course Name: Problem Solving & Programming in C
Duration: 45 minutes Max Maiks: 25

PART A 5 x 2= 10 Marks
X Section

1. main) function is the user defined function-Justify.


2. Where do we apply continue statement in C program?
3. Compare while and do-while looping construct.
4. Develop a C program for the given sum of series Sum=4+8+12+..+48

5. Determine which of the following are valid character constants


(a) a (b)k (c) n. (d)'xyz', (e) 51

PARTB. **
3 x 5 15 Marks

6. Develop a C program for the given series Sum= 1'-2 +3-4+

Explain switch-case statement with programming example.

8. Describe if-else-if statement with programming example:

You might also like