I am not getting any output when using Build and Run, all that is displayed is the 'Press Any Key to Continue'.
Please could you advise me on how to fix this. It seems to be a common problem, but the only response I have found is it's an installation problem but I have reinstalled version 10.0.0 several times now.
Test with simple main.c code:
#include <stdio.h>
main() {
printf("hello world\n");
}