Netbeans 8.1 IDE compiles and builds C programs but does not show their output
问题 I have Java SE Development Kit 8u66 and Netbeans IDE 8.1 installed on my laptop. I am currently trying to practise C programs on the IDE. However, when I try to run any C program, I never see any output. No matter what C program I try, the Netbeans IDE only compiles and builds it. It never shows any output and when I hit 'Run Project' it keeps the program running until I close the IDE. My question is how do I ensure that I get an output without fail each time I compile a C program