IBsc(CS) FirstInternal CProgramming Questionpaper(Even)
IBsc(CS) FirstInternal CProgramming Questionpaper(Even)
1) Switch statement accepts 14. How will you declare One Dimensional array?
a) Int b) char c)long d)All of the above
PART C (10x2=20 marks)
2) If switch feature is used, then Answer ALL Questions
a) Default case must be present
b) Default case, if used, should be the last case 15. Discuss in detail about decision making statements of
c) Default case, if used, can be placed anywhere ‘C’.
d) None of the above
16. Explain in detail about For loop Statement.
3) Which loop is guaranteed to execute at least one time?
a) Non-linear c) Primary
b) Linear d) Data type