You are on page 1of 1

GOVERNMENT Year:- 2023-24

POLYTECHNIC, Assignment
NANDURBAR No-3
Dept: - Computer Engineering

ACAD/F/ Subject:- Programming In C Pages:- 1


Rev=00 Date:-07/03/2024 Topic No:-1 Date of submission :-13/03/2024
Name of Subject Teacher:- M.P. VASAVE Total No of Questions:- 21

1. what is Array and characteristics of Array ?


2. Explain One Dimentional Array & Two Dimentional Array Declaration , Initialiazation ,syntax
with example ?
3. Explain concept of Array of characters declaration & initialize with example ? .
4. How to display character and string with example ? .
5. List of Operation on Array ?.
6. State Difference between Array and String ? .
7. State Advantages & Disadvantages of Array ?.
8. Explain structure with Declaration, Initialization and example. ?
9. Explain how array of structure can be created with suitable example. ?
10. Explain typedef & enum keyword in C with example ?
Programming Exercise
1. Write a program to declare array to store percentage of 10 students. Accept percentage from user
and print on the screen.
2. Write a program to read two 3*3 matrices and print their addition and multiplication .
3. Write a program to search a particular number in an array. If the number is present print "Number
found" else print "Number not found.
4. Write a program to find smallest number in 5-element integer array.
5. Write a program to find largest number in 5-element integer array.
6. Write a program to sort element of an array ascending order.
7. Write a program to sort element of an array descending order.
8. Write a program to declare structure book having data member as book_name, book
pages, book_price. Accept this data for 3 books and display it.

9. Write a program to declare structure employee having data member name, street, city.
Accept data for three employees and display it.

Subject Teacher HOD


[M. P. VASAVE]

You might also like