Question: program in C 00 PUUDELLE LOU0b 1. (10 pts) Declare a two-dimensional int array of size 4 x 10 (row x column) and initialize the
00 PUUDELLE LOU0b 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[O][1] to 3 and all other elements to zeros. Use a shortest possible statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
