C program compiles but does not execute
问题 I installed NetBeans for C successfully, but I don't know what is wrong because whenever I write any code it says "build successful" but it does not execute. Nothing happens when I hit the run button, Netbeans just compiles the code but nothing is displayed on screen. The Following is the simple code: int main(void) { int a=0; printf("input any number"); scanf("%d",&a); return (EXIT_SUCCESS); } And here is its compilation: ""/C/MinGW/msys/1.0/bin/make.exe" -f nbproject/Makefile-Debug.mk QMAKE