What is one dimensional array? How it is initialized? Write a C program to find the sum of two matrix of order m x n.
Marks: 10Chapter: Unit 7: Array (6Hrs)
Comprehensive questions and detailed answers for Unit 7: Array (6Hrs) . Perfect for exam preparation and concept clarity.
What is one dimensional array? How it is initialized? Write a C program to find the sum of two matrix of order m x n.
Define Array. Write a program to search an element from an array of 10 numbers.
Define an array? Write a program to generate the following output using loop.
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
Why an array is required in programming? Write a C program to input age of 30 employees into array and find out second largest age from array.