Attempt any Eight questions.
[8*5=40]
4.
How break statement is different from continue statement. Explain with examples? [5]
5.
What is the basic structure of a C program? Explain each part. [5]
6.
What do you mean by multi-dimensional array? Write a program to display the sum of two mxn matrices. [5]
7.
Write a program to create a file "duplicate" that contains the exact copy of file "original". [5]
8.
Explain any four input/output functions used in C language with suitable example [5]
9.
Write a program to generate the following pattern of integers. 1234321 [5] 10.
Write a program to find smallest element of an array using a pointer. [5]
11.
Write a program to store and display basic information (Roll, name, address, email. and phone) of students of using a structure. [5]
12.
Write Short Notes on: a) Escape Sequence Write Short Notes on: b) Null Pointer [2.5+2.5]