Hi,

I am very new to C and really need help from all of the guru here.

When I try to execute my application created from MS C++ 6.0 IDE compiler, it just disappeared - nothing being displayed eventhough I've put print statement Below is my code:

Code:
#include <stdio.h>


int main()
{	
	
	printf("\nTest");

	printf("\n\n");
	return 0;

}
Sorry if this question sounds so stupid.

Thank you very much in advance.

regards.