What is the output of the Build Array function in the following block diagram when Concatenate Inputs is selected?
1-D Array of {1,-4, 3, 7,-2, 6}
b.1-D Array of {1, 7,-4,-2, 3, 6}
c.2-D Array of {{1,-4, 3, 0}, {7,-2, 6}}
d.2-D Array of {{1,-4, 3}, {7,-2, 6}}
Submit