Question #1:
a) Write a simple C program to print out a 3x3 arrayand find the smallest and largest number in the array. Askuser for the elements.
b) Write a simple C program to print out a 3x3 arrayand find the sum and average of the diagonal elements. Askuser for the elements.
c) Write a simple C program to print out a 3x3 arrayand find the how many times a specific element is present inthe array. Ask user for the elements.
d) Write a simple C program to print out a 3x3 arrayand sort one row at a time in ascending order. Ask user forthe elements.
Question #1: a) Write a simple C program to print out a 3x3 array and find the smallest and largest number in the array.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am