I have compiled the program but unable to see the results after compiling it because the console screen flashes out in sec.
#include "stdafx.h"
#include <stdlib.h>
int main(int argc, char* argv[])
{
printf("Hello World!\n");
system("pause");
return 0;
}