Question: programming in c 1. (10 pts) Declare a two-dimensional int array of size 4 x 10 (row x column) and initialize the first element of
programming in c
1. (10 pts) Declare a two-dimensional int array of size 4 x 10 (row x column) and initialize the first element of every row to 6 and the remaining elements to 0 at the same time of declaration. Use a short statement wherever possible. 2. (10 pts) Declare a two-dimensional int array of size 4 x 5 (row x column) and initialize the element array(0)(1) to 3 and all other elements to zeros. Use a shortest possible statement. 3. (30 pts) Fix all errors in the following program: #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
