Good, I am solving an exercise of the facu and it is a program that generates n matrices with pseudo-random values. I'm in this function:
2. Function "void imparmayor (...)": detects in the array "MInicio [] []" the largest odd value and its position: row and column "and stores it in an array "mayorimpar [n] [3]".
Achievement generate n matrices of 10x10 random numbers, but I can not make an algorithm that finds the highest odd value of each, I can find separately the largest, and otherwise the odd but not together.