0% found this document useful (0 votes)
20K views3 pages

1) Answer The Following: Model Question Paper C Programming

This document is a model question paper for a C Programming exam consisting of 4 units. It contains 12 one-mark questions testing basic C concepts like flowcharts, data types, loops, functions, etc. It also contains 4 multi-part questions for each unit, with topics like algorithms, operators, conditional statements, arrays, functions, structures, files. Students have to answer the 12 one-mark questions compulsorily and choose one question from each unit, for a total of 60 marks.

Uploaded by

adddata
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20K views3 pages

1) Answer The Following: Model Question Paper C Programming

This document is a model question paper for a C Programming exam consisting of 4 units. It contains 12 one-mark questions testing basic C concepts like flowcharts, data types, loops, functions, etc. It also contains 4 multi-part questions for each unit, with topics like algorithms, operators, conditional statements, arrays, functions, structures, files. Students have to answer the 12 one-mark questions compulsorily and choose one question from each unit, for a total of 60 marks.

Uploaded by

adddata
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

CE/CHE/CSE/IT 124

R.V.R. & J.C.COLLEGE OF ENGINEERING :: GUNTUR 522 019


(Autonomous)
I/IV B.TECH., Second semester
MODEL QUESTION PAPER
C PROGRAMMING
Time : 3 Hrs.

Max.Marks : 60
Answer Question No. 1 Compulsorily (12 x 1 = 12)
Answer ONE question from each unit (4 x 12 = 48)

1) Answer the following


a) Flowchart
b) Syntax of do-while loop
c)

Type casting

d) Function
e) Recursion
f)

Identifier

g) String
h) Command line Arguments
i)

Union

j)

Self-Referential Structure

k)

FILE opening modes

l)

What are Random Access file functions?


UNIT-I

2) a) Define Algorithm and its characteristics with example.


b) Write short notes on C Datatypes.
(or)
3) a) Explain the various operators in C with examples.
b) Describe Block diagram of a computer.
UNIT-II
4) a) Explain conditional statements with examples.
b) Write a program to find the largest of 3 numbers using Nested-If.
(or)
5) a) Explain different types of arrays with examples.
b) Write a program to print the product of two matrices.

UNIT-III
6 )a) Explain different types of functions with examples.
b) Discuss about storage classes.
(or)
7) a) Explain the concept of call by reference with example.
b) Explain Dynamic memory allocation with example.
UNIT-IV
8) a) Discuss about structures, array of structures with examples.
b) Differences between structures and unions.
(or)
9) a) Explain various sequential file accessing functions with examples.
b) Write a program to copy one file content to another file.

You might also like