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

Programing in C 2021-22

Uploaded by

ybhoii007
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)
9 views

Programing in C 2021-22

Uploaded by

ybhoii007
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

[2]

Roll No. ........................... Total Printed Pages - 2 Unit - III


3. (A) What is void pointer? Explain with an example.
F-1890 (B) Explain string handling functions used in C with
exmple. (any 5)
P.G. DIPLOMA IN COMPUTER APPLICATION (C) Write short notes on-
(FIRST SEMESTER) (i) Array of pointer.
EXAMINATION, Dec. - Jan., 2021-22 (ii) Pointer constant.
(New Course) (iii) Multi-dimensional arrays.
PROGRAMMING IN C
(PGDCA- 103) Unit - IV
4. (A) Explain the scope of union & differentiate between
Time : Three Hours] [Maximum Marks:80 structure & (and) union with suitable example.
(B) Write a program in C language to defined a structure
Note : Attempt any two parts from each unit. All questions book with bname, author, bookid, price. Enter data
carry equal marks. for five books and then print the five books with
bname, author, bookid, price.
Unit - I (C) Write short notes on-
1. (A) What do you mean by operator precedence and (i) Array of structure
associativity? Explain with example. (ii) Structure within structure
(B) Explain data types is C. (ii) Pointer to structure
(C) Write a Program in C language that calculate simple
and compound interest. Unit - V
5. (A) Explain malloc( ) & f ree( ) functions with
Unit - II example.
2. (A) Compare Iteration and Recursion function in C. (B) Explain the structure of file handling program in C.
(B) What is user defined function and library function? (C) Write short notes on-
Explain both with example. (i) Unbuffered and buffered file.
(C) Explain break statement, continue statement, goto (ii) fgetch( )
statement in C language with example. (iii) fscanf( )
(iv) rewind( )

F-1890 P.T.O. F-1890

You might also like