I have a programming assignment where i'm given a .txt file with a sudoku solution and i have to check to see if it is correct. My problem is that I MUST use scanf to input this file. I also don't know how large the array must be until I scanf since the input file will have multiple solutions and the first line of the file will have an integer telling how many solutions there would be.