I just downloaded Visual Studio 2013. When I compile C, it doesn\'t show me my output. The output screen will show up for a brief second and then disappears.
add this code before return 0 ;
return 0
int num; scanf ("%d",&num);
or
getchar();