> There is no newline in the intended output, so perhaps the output isn't > flushed yet. Does it appear if you step through the rest of the program?
I've tried it and not, it never appears, even after I've reached the end of the program. Thanks for answering. BTW: I did not wrote the compilation command, which was: gcc -g --all-warnings -Wall -Wextra -o p1.exe main.c -- Dani Moncayo