What is the output of the Initialize Array function after the following code has executed?
a.1-D Array of {3, 3, 3, 3}
b.1-D Array of {4, 4, 4}
c.1-D Array of {3, 4}
d.1-D Array of {4, 3}
Submit