0% found this document useful (0 votes)
12 views1 page

Bca Part 1 Programming in C Language DD 2853 Se 2020

Uploaded by

Ash
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)
12 views1 page

Bca Part 1 Programming in C Language DD 2853 Se 2020

Uploaded by

Ash
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

Roll No. ………………………..

DD-2853 (SE)
B.C.A. (Part-I), EXAMINATION, 2020
Paper Third
(PROGRAMMING IN ‘C’ LANGUAGE)
Time : Three Hours
Maximum Marks : 80
Minimum Pass Marks :27

Note: Attempt any two parts from each question. All question carry equal marks.

1. (a) Explain the overview of ‘C’ Language.


(b) Explain variable and constant with suitable example.
(c) Write short notes on the following:
i). Type casting
ii). Console I/O formatting

2. (a) Write a ‘C’ program to print ‘even numbers’ between 1 to 50 using for loop.
(b) Explain scope and lifetime of variable with suitable example.
(c) Differentiate between call by value and call by reference with example.

3. (a) Write a program to store name of any three students using an array.
(b) Describe about string in ‘C’ Language.
(c) What is union? Write a program to store records of library using union.

4. (a) Explain pointer to pointer with example.


(b) Explain pointer to structure with example.
(c) Write and explain the use of malloc(), calloc(), realloc() and free () functions.

5. (a) Write a program to create a file and performing write and read operations.
(b) What are pre-processor? Explain it.
(c) Write the use of following:
(i) #elif (ii) #else (iii) fread (iv) fputc (v) #define

Page 1 of 1

https://www.hyvonline.com

You might also like