Bsc CSIT Semester 1 – C Programming – Unit 6: Arrays (6 Hrs.)
Comprehensive questions and detailed answers for Unit 6: Arrays (6 Hrs.). Perfect for exam preparation and concept clarity.
List different types of operators and explain any four of them.
What are the characteristics of array? Write a program to input age of 500 persons and display the following
a. Average age
b. Age between 25 to 30
Write a program to read P*Q matrix of integers and find the largest integer of each row and display it.
Write a program to check whether the entered word is pallindrome or not.
Write a program to initialize an array of dimension 10 and sort the numbers within the array in ascending order.
Write a program to find the second largest number in the given array of numbers.
Explain any three string functions. Write a program to check if two matrices are identical or act.
What are the benefits of using arrays? Compare one dimensional array with two dimensional array. Write a program to find transpose of a matrix.
Define array? What are the benefits of using array? Write a program to add two matrices using array.
Write a program to find sum and average of 10 integer numbers stored in an array.
Sample Questions
What are the characteristics of array? Write a program to input age of 500 persons and display the following $\quad$ a. Average age $\quad$ b. Age between 25 to 30
Write a program to read PQ matrix of integers and find the largest integer of each row and display it.
Write a program to check whether the entered word is pallindrome or not.
Write a program to initialize an array of dimension 10 and sort the numbers within the array in ascending order.
And more questions available on this page.