Question: Write a C program for which should perform the following task on the input 2D array. Write a program for which should perform the following
Write a C program for which should perform the following task on the input 2D array.

Write a program for which should perform the following task on the input 2D array. a 1 a 2 a3 a4 a# BB b1 b2 b3 b4 b# # c1 c2 c3 c4 c# d1 d2 d3 d4 d# BEE z1 z2 z3 24 z# 1. The dimensions & values of the above 2D Array will be entered by the user. 2. After input your task is to print this array in the given way. Read even indexed row forward & odd indexed rows backward. SAMPLE OUTPUT SAMPLE INPUT Enter no. of rows: 4 Enter no. of columns: 4 23,14,28,92,2,47,77,15,22,88,66,51,100,86,30,29 23 14 | 28 | 92 1577472 22 88 66 51 29 30 | 86 | 100 Parta) Provide at least two sample input and output [2 marks] Part b) Descriptive solution (upto 2 marks] OR step-wise pseudo-code (may or may not be executable) (upto 5 marks] OR Submit executable program code with proper indentation and comments (using C Language) (upto 8 marks]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
