0% found this document useful (0 votes)
42 views

Pratibha Degree College

The document outlines an exam for a C and C++ programming course, including exam instructions and questions. It is divided into two parts: Part A contains 5 short answer questions worth 2 marks each for a total of 10 marks. Part B contains 5 longer answer questions worth 8 marks each for a total of 40 marks. The questions cover various topics in C programming like data types, conditional statements, loops, functions, and the history of the C language. Students must answer all questions in Part B.
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)
42 views

Pratibha Degree College

The document outlines an exam for a C and C++ programming course, including exam instructions and questions. It is divided into two parts: Part A contains 5 short answer questions worth 2 marks each for a total of 10 marks. Part B contains 5 longer answer questions worth 8 marks each for a total of 40 marks. The questions cover various topics in C programming like data types, conditional statements, loops, functions, and the history of the C language. Students must answer all questions in Part B.
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

PRATIBHA DEGREE COLLEGE, SIDDIPET

SPELL EXAMINATIONS -I , 2020


GROUP: B.com(computer application) I YEAR – II SEM SUBJECT: C&CPP
Time: 3 Hrs Max Marks: 50
----------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------
PART – A (5x 2 = 10 Marks)
(Answer any 5 Questions)

1. Tokens
2.FlowChart
3. constants
4. Conditional operator
5.Break statement
6.continue statement
7.Nested for loop.
8.if statement.
PART – B (5x8=40 Marks)
(Answer all the Questions)
9. a) write about History of C language?
(OR)
b) Explain Basic Structure of ‘C’ Programe?
10. a) write about DataTypes in ‘C’?
(OR)
b) Explain about Type Conversion with Example?
11. a) write about if- else statement with Example?
(OR)
b) write about nested if- else statement with Example?
12. a) write about switch statement with example?
(OR)
b) write about while loop with example?
13 a) write about do- while loop with example?
(OR)
b) write about for loop with example?

You might also like