Question: Create a program in C - Creates a 3x3 array of doubles called float1 and initialize it with 1.0, 2.0, ... - Add 100.1 to
Create a program in C - Creates a 3x3 array of doubles called float1 and initialize it with 1.0, 2.0, ... - Add 100.1 to the elements on the diagonal of float1 - Print all the elements of float1 by row - With the elements separated by tabs and - Zero padded, formatted as nnnnnn.nnn

Correct Output:
1 2 000101.100 000004.000 000007.000 000002.000 000105.100 000008.000 000003.000 000006.000 000109.190 3 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
