Can anyone tell me why this code does not work? When i run, it just prints out \"Enter info about trail 1\" and without any input, skips to another step.
#in
1) Add this line after scanf() : getchar()
2) Change fgets (...) 4 to 19.
The program will work.