0% found this document useful (0 votes)
86 views3 pages

UNIT III Arrays and Structure Marks 16

The document discusses programming in C for the MSBTE K-scheme. It provides 39 questions asked in MSBTE exams on topics like arrays, structures, strings and matrices. The questions cover concepts like defining and initializing arrays, structure declaration and usage, string handling functions and matrix operations.

Uploaded by

chottibacchi333
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)
86 views3 pages

UNIT III Arrays and Structure Marks 16

The document discusses programming in C for the MSBTE K-scheme. It provides 39 questions asked in MSBTE exams on topics like arrays, structures, strings and matrices. The questions cover concepts like defining and initializing arrays, structure declaration and usage, string handling functions and matrix operations.

Uploaded by

chottibacchi333
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/ 3

https://shikshamentor.

com/programming-in-c-
for-msbte-k-scheme/
312303 - Programming In ‘C’ (Sem II)
As per MSBTE’s K Scheme
CO / CM / IF / AI / AN / DS

Unit III Arrays and Structure Marks - 16

S. N. Exam
MSBTE Board Asked Questions Marks
Year
W-23
1. Define array. List its types. S- 22 2M
W-19
Explain any two string handling functions with syntax and
2. W-23 4M
example.
3. Illustrate initialization of one dimensional array with example. W-23 4M
Differentiate between character array and integer array with W-23
4. 4M
respect to size and initialization. S-22
Write a program using structure to display information of W-23
5. 6M
employee which consist of employee id, name, age and salary. S-22
W-23
W-22
6. Write a program to add two 3×3 matrices. Display the addition. S-22 6M
W-19
W-18

7. Define Array S-23 2M


Write a C Program to add two distance in given kilometers using
8. S-23 4M
structure
9. Write a c program for multiplication to two 3* 3 matrix S-23 4M
10. Explain how to initialize and define structure.in C programming S-23 4M

Write a c program to find the largest and smallest number in


11. S-23 6M
given array
12. Define structure. Give one example of structure declaration W-22 2M
Explain declaration and initialization of one dimensional array
13. W-22 4M
using example.
Write a program to declare an array of 5 elements and display
14. W-22 4M
sum of all array elements.
15. Write a C program to declare structure employee having data
member name, age, designation and salary. Accept and display W-22 6M
information of 1 employee
Write a program to accept ten numbers in an array. Sort array
16. S-22 4M
elements and display it.
Write a program to demonstrate using following
strcmp( ),
17. strcpy( ), S-22 6M
strlen( ),
strcat( ).
Write a program to declare structure student having roll no,
18. name W-19 4M
& marks. Accept & display data for 3 students.
Write a program to read two strings and find whether they are
19. W-19 4M
equal or not.
20. Illustrate initialization of two dimensional array with example. W-19 4M
Write a program to compute the sum of all elements stored in an
21. W-19 6M
array using pointers.
22. Write a program to sort elements of an array in ascending order. W-19 6M
23. State difference between array and string. S-19 2M
24. Declare a structure student with element roll-no and name. S-19 2M
Differentiate between character array and integer array with
25. S-19 4M
respect to size and initialisation.
With suitable example, explain how two dimensional arrays can
26. S-19 4M
be created.
27. Explain any two string functions with example. S-19 4M
Write a program to accept 10 numbers in array and arrange them
28. S-19 4M
in ascending order.
Define Array. Write a program to accept ten numbers in array.
29. S-19 6M
Sort array element and display.
30. Define Array. W-18 2M
Write an algorithm to determine whether a given number is
31. W-18 4M
divisible by 5 or not.
32. Explain one dimension and two dimension arrays. S-18 4M
Explain following function with example.
33. strlen( ) S-18 4M
strcpy( )
Write a program to accept a string as input from user and
34. W-18 4M
determine its length. [Don’t use built in library function strlen()]
Write a program to declare structure employee having data
W-23
35. member name, age, street and city. Accept data for three 6M
W- 18
employees and display it.
Define :
36. (i) Two dimensional array S-18 2M
(ii) (ii) Multi-dimensional array
Develop a program to accept an integer number and print
37. S-18 4M
whether it is palindrome or not.
38. Develop a program using structure to print data of three students S-18 4M
having data members name, class, percentage.
Give a method to create, declare and initialize structure also
39. S-18 6M
develop a program to demonstrate nested structure.

Thank You
https://shikshamentor.com/programming-in-c-for-msbte-k-
scheme/

Visit
https://shikshamentor.com/

You might also like