Question: Create a 2-by-3 two-dimensional array of integers and fill it with data. Loop through the array and locate the smallest value stored. Print out the smallest value as well as its row and column position in the array this needs to be in plain old C
You need to prepare well-formed and clean code. You should not copy and paste.