Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Programming questions paper precious time to refer students, Exams of Programming Abstractions

Programming questions paper precious time to refer students

Typology: Exams

2016/2017

Available from 11/04/2024

vamshi-raghu
vamshi-raghu 🇮🇳

14 documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Turn Over
C–2120 A
Time : 2 Hours Max. Marks : 50
PART — A
Answer any FIVE of the following questions. (5 2 = 10 Marks)
1. What are datatypes?
2. What is the use of Break Statement in ‘C’?
3. Define Recursion.
4. Write the different types of string operations.
5. What is union and write its syntax?
6. Define operator.
7. What is the use of return statement?
8. What is a function and write its syntax and example?
PART — B
Answer ALL questions. (5 8 = 40 Marks)
9. (a) Write briefly about the operators in ‘C’ language.
Or
(b) What is the structure of ‘C’ program explain it? Write a simple ‘C’ program.
10. (a) Explain a looping statements in ‘C’ language.
Or
(b) Explain about the unconditional statements.
B.B.A/ B.Com. (THREE YEAR) DEGREE EXAMINATION, MARCH/APRIL 2017.
End Semester Examination
Second Semester
Part III – Foundation Courses
‘C’ PROGRAMMING LANGUAGE
pf2

Partial preview of the text

Download Programming questions paper precious time to refer students and more Exams Programming Abstractions in PDF only on Docsity!

Turn Over

C–2120 A

Time : 2 Hours Max. Marks : 50 PART — A Answer any FIVE of the following questions. (52 = 10 Marks)

  1. What are datatypes?
  2. What is the use of Break Statement in ‘C’?
  3. Define Recursion.
  4. Write the different types of string operations.
  5. What is union and write its syntax?
  6. Define operator.
  7. What is the use of return statement?
  8. What is a function and write its syntax and example?

PART — B Answer ALL questions. (58 = 40 Marks)

  1. (a) Write briefly about the operators in ‘C’ language. Or (b) What is the structure of ‘C’ program explain it? Write a simple ‘C’ program.
  2. (a) Explain a looping statements in ‘C’ language.

Or (b) Explain about the unconditional statements.

B.B.A/ B.Com. (THREE YEAR) DEGREE EXAMINATION, MARCH/APRIL 2017. End Semester Examination Second Semester Part III – Foundation Courses ‘C’ PROGRAMMING LANGUAGE

2 C–2120 A

  1. (a) How can be Recursion varies from Iteration explain it? Or (b) Explain how will be defining a function, declaration of a function with syntax and example.
  2. (a) What are string functions explain with syntax and example? Or (b) Explain about one-dimensional array with syntax, example.
  3. (a) Write about Nested structures briefly. Or (b) Explain about the unions briefly.